org.gnu.gtk
public class StateType extends Enum
| Field Summary | |
|---|---|
| static StateType | ACTIVE |
| static StateType | INSENSITIVE |
| static StateType | NORMAL |
| static StateType | PRELIGHT |
| static StateType | SELECTED |
| Method Summary | |
|---|---|
| StateType | and(StateType other) |
| static StateType | intern(int value) |
| StateType | or(StateType other) |
| boolean | test(StateType other) |
| StateType | xor(StateType other) |