org.gnu.gdk
public class WindowTypeHint extends Enum
| Field Summary | |
|---|---|
| static WindowTypeHint | DIALOG |
| static WindowTypeHint | MENU |
| static WindowTypeHint | NORMAL |
| static WindowTypeHint | TOOLBAR |
| Method Summary | |
|---|---|
| WindowTypeHint | and(WindowTypeHint other) |
| static WindowTypeHint | intern(int value) |
| WindowTypeHint | or(WindowTypeHint other) |
| boolean | test(WindowTypeHint other) |
| WindowTypeHint | xor(WindowTypeHint other) |