org.gnu.gtk
Class SignalRunType
java.lang.Object
org.gnu.glib.Flags
org.gnu.gtk.SignalRunType
public class SignalRunType
- 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 |
FIRST
public static final SignalRunType FIRST
LAST
public static final SignalRunType LAST
BOTH
public static final SignalRunType BOTH
NO_RECURSE
public static final SignalRunType NO_RECURSE
ACTION
public static final SignalRunType ACTION
NO_HOOKS
public static final SignalRunType NO_HOOKS
intern
public static SignalRunType intern(int value)
or
public SignalRunType or(SignalRunType other)
and
public SignalRunType and(SignalRunType other)
xor
public SignalRunType xor(SignalRunType other)
test
public boolean test(SignalRunType other)