org.gnu.gtk
Class TreeViewColumnSizing
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.TreeViewColumnSizing
public class TreeViewColumnSizing
- extends org.gnu.glib.Enum
Determines how columns of a tree or table are resized.
- See Also:
TreeViewColumn
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
GROW_ONLY
public static final TreeViewColumnSizing GROW_ONLY
AUTOSIZE
public static final TreeViewColumnSizing AUTOSIZE
FIXED
public static final TreeViewColumnSizing FIXED
intern
public static TreeViewColumnSizing intern(int value)
or
public TreeViewColumnSizing or(TreeViewColumnSizing other)
and
public TreeViewColumnSizing and(TreeViewColumnSizing other)
xor
public TreeViewColumnSizing xor(TreeViewColumnSizing other)
test
public boolean test(TreeViewColumnSizing other)