org.gnu.gtk
Class AccelFlags
java.lang.Object
org.gnu.glib.Flags
org.gnu.gtk.AccelFlags
public class AccelFlags
- extends org.gnu.glib.Flags
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
VISIBLE
public static final AccelFlags VISIBLE
LOCKED
public static final AccelFlags LOCKED
MASK
public static final AccelFlags MASK
intern
public static AccelFlags intern(int value)
or
public AccelFlags or(AccelFlags other)
and
public AccelFlags and(AccelFlags other)
xor
public AccelFlags xor(AccelFlags other)
test
public boolean test(AccelFlags other)