org.gnu.gtk
public class WindowGroup extends GObject
| Constructor Summary | |
|---|---|
| WindowGroup()
Construct a new WindowGroup | |
| Method Summary | |
|---|---|
| void | addWindow(Window window)
Add a Window to this WindowGroup
|
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
| void | removeWindow(Window window)
Remove a Window from this WindowGroup
|
Parameters: window The Window to be added to this WindowGroup
Parameters: window The Window to be removed from this WindowGroup.