org.gnu.gtk
Class ExpanderStyle
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.ExpanderStyle
public class ExpanderStyle
- 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 |
COLLAPSED
public static final ExpanderStyle COLLAPSED
SEMI_COLLAPSED
public static final ExpanderStyle SEMI_COLLAPSED
SEMI_EXPANDED
public static final ExpanderStyle SEMI_EXPANDED
EXPANDED
public static final ExpanderStyle EXPANDED
intern
public static ExpanderStyle intern(int value)
or
public ExpanderStyle or(ExpanderStyle other)
and
public ExpanderStyle and(ExpanderStyle other)
xor
public ExpanderStyle xor(ExpanderStyle other)
test
public boolean test(ExpanderStyle other)