org.gnu.gtk
Class TreeViewColumnSizing

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.TreeViewColumnSizing

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for 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
extends org.gnu.glib.Enum

Determines how columns of a tree or table are resized.

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

GROW_ONLY

public static final TreeViewColumnSizing GROW_ONLY
Deprecated. 

AUTOSIZE

public static final TreeViewColumnSizing AUTOSIZE
Deprecated. 

FIXED

public static final TreeViewColumnSizing FIXED
Deprecated. 
Method Detail

intern

public static TreeViewColumnSizing intern(int value)
Deprecated. 

or

public TreeViewColumnSizing or(TreeViewColumnSizing other)
Deprecated. 

and

public TreeViewColumnSizing and(TreeViewColumnSizing other)
Deprecated. 

xor

public TreeViewColumnSizing xor(TreeViewColumnSizing other)
Deprecated. 

test

public boolean test(TreeViewColumnSizing other)
Deprecated.