org.gnu.gtk
Class TreeViewDropPosition
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.TreeViewDropPosition
public class TreeViewDropPosition
- extends org.gnu.glib.Enum
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 |
BEFORE
public static final TreeViewDropPosition BEFORE
AFTER
public static final TreeViewDropPosition AFTER
INTO_OR_BEFORE
public static final TreeViewDropPosition INTO_OR_BEFORE
INTO_OR_AFTER
public static final TreeViewDropPosition INTO_OR_AFTER
intern
public static TreeViewDropPosition intern(int value)
or
public TreeViewDropPosition or(TreeViewDropPosition other)
and
public TreeViewDropPosition and(TreeViewDropPosition other)
xor
public TreeViewDropPosition xor(TreeViewDropPosition other)
test
public boolean test(TreeViewDropPosition other)