|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ResizeMode
org.gnome.gtk.ResizeMode
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class ResizeMode
The resize mode of a Container
determines whether a
resize request will be passed to the container's parent, queued for later
execution or executed immediately. FIXME: This is poorly documented by GTK;
can we do better?
Field Summary | |
---|---|
static ResizeMode |
IMMEDIATE
Deprecated. per GTK API documentation. |
static ResizeMode |
PARENT
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static ResizeMode |
QUEUE
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
Method Summary | |
---|---|
ResizeMode |
and(ResizeMode other)
Deprecated. |
static ResizeMode |
intern(int value)
Deprecated. |
ResizeMode |
or(ResizeMode other)
Deprecated. |
boolean |
test(ResizeMode other)
Deprecated. |
ResizeMode |
xor(ResizeMode other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ResizeMode PARENT
public static final ResizeMode QUEUE
public static final ResizeMode IMMEDIATE
Method Detail |
---|
public static ResizeMode intern(int value)
public ResizeMode or(ResizeMode other)
public ResizeMode and(ResizeMode other)
public ResizeMode xor(ResizeMode other)
public boolean test(ResizeMode other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |