org.gnu.gtk

Class AttachOptions

public class AttachOptions extends Flags

Denotes the expansion properties that a widget will have when it (or it's parent) is resized.
EXPAND
The widget should expand to take up any extra space in its container that has been allocated.
SHRINK
The widget should shrink as and when possible.
FILL
The widget should fill the space allocated to it.

See Also: Table

Field Summary
static AttachOptionsEXPAND
static AttachOptionsFILL
static AttachOptionsSHRINK
Method Summary
AttachOptionsand(AttachOptions other)
static AttachOptionsintern(int value)
AttachOptionsor(AttachOptions other)
booleantest(AttachOptions other)
AttachOptionsxor(AttachOptions other)

Field Detail

EXPAND

public static final AttachOptions EXPAND

FILL

public static final AttachOptions FILL

SHRINK

public static final AttachOptions SHRINK

Method Detail

and

public AttachOptions and(AttachOptions other)

intern

public static AttachOptions intern(int value)

or

public AttachOptions or(AttachOptions other)

test

public boolean test(AttachOptions other)

xor

public AttachOptions xor(AttachOptions other)