|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Fixed
The Fixed container enables your program to place widgets at a fixed location with fixed sizes in pixels and to move widgets from one location to another. Most applications should not use this container. This container could result in truncated text, overlapping widgets and other display bugs as the user changes their themes, fonts, or preferences.
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
Fixed()
Construct a new Fixed object. |
|
Fixed(Handle handle)
Construct a new Fixed from a handle to a native resource. |
Method Summary | |
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
protected static boolean |
gtk_fixed_get_has_window(Handle fixed)
|
protected static int |
gtk_fixed_get_type()
|
protected static void |
gtk_fixed_move(Handle fixed,
Handle widget,
int x,
int y)
|
protected static Handle |
gtk_fixed_new()
|
protected static void |
gtk_fixed_put(Handle fixed,
Handle widget,
int x,
int y)
|
protected static void |
gtk_fixed_set_has_window(Handle fixed,
boolean hasWindow)
|
void |
moveWidget(Widget widget,
int x,
int y)
Move a widget to a new location. |
void |
putWidget(Widget widget,
int x,
int y)
Add a Widget to the Fixed at the specified location. |
Methods inherited from class org.gnu.gtk.GtkObject |
getFlags, gtk_object_destroy, gtk_object_get_type, gtk_object_sink, setFlags, sink |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Fixed()
public Fixed(Handle handle)
Method Detail |
public void putWidget(Widget widget, int x, int y)
public void moveWidget(Widget widget, int x, int y)
public static Type getType()
protected static final int gtk_fixed_get_type()
protected static final Handle gtk_fixed_new()
protected static final void gtk_fixed_put(Handle fixed, Handle widget, int x, int y)
protected static final void gtk_fixed_move(Handle fixed, Handle widget, int x, int y)
protected static final void gtk_fixed_set_has_window(Handle fixed, boolean hasWindow)
protected static final boolean gtk_fixed_get_has_window(Handle fixed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |