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
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
EXPAND
public static final AttachOptions EXPAND
SHRINK
public static final AttachOptions SHRINK
FILL
public static final AttachOptions FILL
intern
public static AttachOptions intern(int value)
or
public AttachOptions or(AttachOptions other)
and
public AttachOptions and(AttachOptions other)
xor
public AttachOptions xor(AttachOptions other)
test
public boolean test(AttachOptions other)