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 AttachOptions
EXPAND
static AttachOptions
FILL
static AttachOptions
SHRINK

Fields inherited from class org.gnu.glib.Flags

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Flags

equals, getValue, hashCode

Field Details

EXPAND

public static final AttachOptions EXPAND


FILL

public static final AttachOptions FILL


SHRINK

public static final AttachOptions SHRINK

Method Details

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)