Enum
org.gnu.gtk.SortType
public class SortType
extends Enum
TreeViewColumn
static SortType
ASCENDING
DESCENDING
SortType
and(SortType other)
intern(int value)
or(SortType other)
boolean
test(SortType other)
xor(SortType other)
public static final SortType ASCENDING
public static final SortType DESCENDING
public SortType and(SortType other)
public static SortType intern(int value)
public SortType or(SortType other)
public boolean test(SortType other)
public SortType xor(SortType other)