org.gnu.gtk

Class WindowGroup


public class WindowGroup
extends GObject

Class that provides the ability to group several Windows together.

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

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.
protected static void
gtk_window_group_add_window(Handle windowGroup, Handle window)
protected static int
gtk_window_group_get_type()
protected static Handle
gtk_window_group_new()
protected static void
gtk_window_group_remove_window(Handle windowGroup, Handle window)
void
removeWindow(Window window)
Remove a Window from this WindowGroup

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

WindowGroup

public WindowGroup()
Construct a new WindowGroup

Method Details

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.


gtk_window_group_add_window

protected static final void gtk_window_group_add_window(Handle windowGroup,
                                                        Handle window)


gtk_window_group_get_type

protected static final int gtk_window_group_get_type()


gtk_window_group_new

protected static final Handle gtk_window_group_new()


gtk_window_group_remove_window

protected static final void gtk_window_group_remove_window(Handle windowGroup,
                                                           Handle window)


removeWindow

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

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