org.gnu.gtk
Class Visibility
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.Visibility
public class Visibility
- 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 |
NONE
public static final Visibility NONE
PARTIAL
public static final Visibility PARTIAL
FULL
public static final Visibility FULL
intern
public static Visibility intern(int value)
or
public Visibility or(Visibility other)
and
public Visibility and(Visibility other)
xor
public Visibility xor(Visibility other)
test
public boolean test(Visibility other)