org.gnu.gdk
public class WindowState extends Flags
| Field Summary | |
|---|---|
| static WindowState | ICONIFIED |
| static WindowState | MAXIMIZED |
| static WindowState | STICKY |
| static WindowState | WITHDRAWN |
| Method Summary | |
|---|---|
| WindowState | and(WindowState other) |
| static WindowState | intern(int value) |
| WindowState | or(WindowState other) |
| boolean | test(WindowState other) |
| WindowState | xor(WindowState other) |