org.gnu.gtk
public class SignalRunType extends Flags
| Field Summary | |
|---|---|
| static SignalRunType | ACTION |
| static SignalRunType | BOTH |
| static SignalRunType | FIRST |
| static SignalRunType | LAST |
| static SignalRunType | NO_HOOKS |
| static SignalRunType | NO_RECURSE |
| Method Summary | |
|---|---|
| SignalRunType | and(SignalRunType other) |
| static SignalRunType | intern(int value) |
| SignalRunType | or(SignalRunType other) |
| boolean | test(SignalRunType other) |
| SignalRunType | xor(SignalRunType other) |