org.gnu.gtk
Class PositionType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.PositionType
public class PositionType
- extends org.gnu.glib.Enum
A property used to determine where items appear in widgets
- See Also:
Scale.setValuePosition(PositionType)
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 |
LEFT
public static final PositionType LEFT
RIGHT
public static final PositionType RIGHT
TOP
public static final PositionType TOP
BOTTOM
public static final PositionType BOTTOM
intern
public static PositionType intern(int value)
or
public PositionType or(PositionType other)
and
public PositionType and(PositionType other)
xor
public PositionType xor(PositionType other)
test
public boolean test(PositionType other)