|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.TreeViewColumnSizing
org.gnome.gtk.TreeViewColumnSizing
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class TreeViewColumnSizing
Determines how columns of a tree or table are resized.
TreeViewColumn
Field Summary | |
---|---|
static TreeViewColumnSizing |
AUTOSIZE
Deprecated. |
static TreeViewColumnSizing |
FIXED
Deprecated. |
static TreeViewColumnSizing |
GROW_ONLY
Deprecated. |
Method Summary | |
---|---|
TreeViewColumnSizing |
and(TreeViewColumnSizing other)
Deprecated. |
static TreeViewColumnSizing |
intern(int value)
Deprecated. |
TreeViewColumnSizing |
or(TreeViewColumnSizing other)
Deprecated. |
boolean |
test(TreeViewColumnSizing other)
Deprecated. |
TreeViewColumnSizing |
xor(TreeViewColumnSizing other)
Deprecated. |
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 |
Field Detail |
---|
public static final TreeViewColumnSizing GROW_ONLY
public static final TreeViewColumnSizing AUTOSIZE
public static final TreeViewColumnSizing FIXED
Method Detail |
---|
public static TreeViewColumnSizing intern(int value)
public TreeViewColumnSizing or(TreeViewColumnSizing other)
public TreeViewColumnSizing and(TreeViewColumnSizing other)
public TreeViewColumnSizing xor(TreeViewColumnSizing other)
public boolean test(TreeViewColumnSizing other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |