org.gnu.gtk

Class TreeViewDropPosition


public class TreeViewDropPosition
extends Enum

END OF JNI CODE

Field Summary

static TreeViewDropPosition
AFTER
static TreeViewDropPosition
BEFORE
static TreeViewDropPosition
INTO_OR_AFTER
static TreeViewDropPosition
INTO_OR_BEFORE

Method Summary

TreeViewDropPosition
and(TreeViewDropPosition other)
static TreeViewDropPosition
intern(int value)
TreeViewDropPosition
or(TreeViewDropPosition other)
boolean
test(TreeViewDropPosition other)
TreeViewDropPosition
xor(TreeViewDropPosition other)

Field Details

AFTER

public static final TreeViewDropPosition AFTER

BEFORE

public static final TreeViewDropPosition BEFORE

INTO_OR_AFTER

public static final TreeViewDropPosition INTO_OR_AFTER

INTO_OR_BEFORE

public static final TreeViewDropPosition INTO_OR_BEFORE

Method Details

and

public TreeViewDropPosition and(TreeViewDropPosition other)

intern

public static TreeViewDropPosition intern(int value)

or

public TreeViewDropPosition or(TreeViewDropPosition other)

test

public boolean test(TreeViewDropPosition other)

xor

public TreeViewDropPosition xor(TreeViewDropPosition other)