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 TreeViewColumnSizing
AUTOSIZE
static TreeViewColumnSizing
FIXED
static TreeViewColumnSizing
GROW_ONLY

Method Summary

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

Field Details

AUTOSIZE

public static final TreeViewColumnSizing AUTOSIZE

FIXED

public static final TreeViewColumnSizing FIXED

GROW_ONLY

public static final TreeViewColumnSizing GROW_ONLY

Method Details

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)