org.gnu.gtk

Class ResizeMode


public class ResizeMode
extends Enum

Field Summary

static ResizeMode
IMMEDIATE
static ResizeMode
PARENT
static ResizeMode
QUEUE

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

ResizeMode
and(ResizeMode other)
static ResizeMode
intern(int value)
ResizeMode
or(ResizeMode other)
boolean
test(ResizeMode other)
ResizeMode
xor(ResizeMode other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

IMMEDIATE

public static final ResizeMode IMMEDIATE


PARENT

public static final ResizeMode PARENT


QUEUE

public static final ResizeMode QUEUE

Method Details

and

public ResizeMode and(ResizeMode other)


intern

public static ResizeMode intern(int value)


or

public ResizeMode or(ResizeMode other)


test

public boolean test(ResizeMode other)


xor

public ResizeMode xor(ResizeMode other)