org.gnu.gtk

Class TreeViewColumnSizing

public class TreeViewColumnSizing extends Enum

Determines how columns of a tree or table are resized.

See Also: TreeViewColumn

Field Summary
static TreeViewColumnSizingAUTOSIZE
static TreeViewColumnSizingFIXED
static TreeViewColumnSizingGROW_ONLY
Method Summary
TreeViewColumnSizingand(TreeViewColumnSizing other)
static TreeViewColumnSizingintern(int value)
TreeViewColumnSizingor(TreeViewColumnSizing other)
booleantest(TreeViewColumnSizing other)
TreeViewColumnSizingxor(TreeViewColumnSizing other)

Field Detail

AUTOSIZE

public static final TreeViewColumnSizing AUTOSIZE

FIXED

public static final TreeViewColumnSizing FIXED

GROW_ONLY

public static final TreeViewColumnSizing GROW_ONLY

Method Detail

and

public TreeViewColumnSizing and(TreeViewColumnSizing other)

intern

public static TreeViewColumnSizing intern(int value)

or

public TreeViewColumnSizing or(TreeViewColumnSizing other)

test

public boolean test(TreeViewColumnSizing other)

xor

public TreeViewColumnSizing xor(TreeViewColumnSizing other)