org.gnu.gtk
public class TreeViewColumnSizing extends Enum
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) |