|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.WindowGroup
public class WindowGroup
Class that provides the ability to group several Windows together.
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 |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowGroup()
Method Detail |
---|
public void addWindow(Window window)
window
- The Window to be added to this WindowGrouppublic void removeWindow(Window window)
window
- The Window to be removed from this WindowGroup.public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |