org.gnu.gtk

Class WindowGroup

public class WindowGroup extends GObject

Class that provides the ability to group several Windows together.
Constructor Summary
WindowGroup()
Construct a new WindowGroup
Method Summary
voidaddWindow(Window window)
Add a Window to this WindowGroup
static TypegetType()
Retrieve the runtime type used by the GLib library.
voidremoveWindow(Window window)
Remove a Window from this WindowGroup

Constructor Detail

WindowGroup

public WindowGroup()
Construct a new WindowGroup

Method Detail

addWindow

public void addWindow(Window window)
Add a Window to this WindowGroup

Parameters: window The Window to be added to this WindowGroup

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.

removeWindow

public void removeWindow(Window window)
Remove a Window from this WindowGroup

Parameters: window The Window to be removed from this WindowGroup.