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.
See Also:
Table

Field Summary

static AttachOptions
EXPAND
static AttachOptions
FILL
static AttachOptions
SHRINK

Method Summary

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

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)