Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gtk.ResizeMode
public class ResizeMode
extends Enum
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 |
|
static ResizeMode |
|
static ResizeMode |
|
Method Summary | |
ResizeMode |
|
static ResizeMode |
|
ResizeMode |
|
boolean |
|
ResizeMode |
|
public static final ResizeMode IMMEDIATE
Deprecated. per GTK API documentation.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.
Perform the resizes now.
public static final 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.
Pass resize request to the parent.
public static final 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.
Queue resizes on this widget.