org.gnu.gdk
public class WindowHints extends Flags
| Field Summary | |
|---|---|
| static WindowHints | ASPECG |
| static WindowHints | BASE_SIZE |
| static WindowHints | MAX_SIZE |
| static WindowHints | MIN_SIZE |
| static WindowHints | POS |
| static WindowHints | RESIZE_INC |
| static WindowHints | USER_POS |
| static WindowHints | USER_SIZE |
| static WindowHints | WIN_GRAVITY |
| Method Summary | |
|---|---|
| WindowHints | and(WindowHints other) |
| static WindowHints | intern(int value) |
| WindowHints | or(WindowHints other) |
| boolean | test(WindowHints other) |
| WindowHints | xor(WindowHints other) |