org.gnu.gtk
public class ResizeMode extends Enum
Field Summary | |
---|---|
static ResizeMode | IMMEDIATE
Perform the resizes now.
|
static ResizeMode | PARENT
Pass resize request to the parent. |
static ResizeMode | QUEUE
Queue resizes on this widget. |
Method Summary | |
---|---|
ResizeMode | and(ResizeMode other) |
static ResizeMode | intern(int value) |
ResizeMode | or(ResizeMode other) |
boolean | test(ResizeMode other) |
ResizeMode | xor(ResizeMode other) |
Deprecated: per GTK API documentation.
Perform the resizes now.