org.gnu.gtk
public class WindowType extends Enum
| Field Summary | |
|---|---|
| static WindowType | POPUP |
| static WindowType | TOPLEVEL |
| Method Summary | |
|---|---|
| WindowType | and(WindowType other) |
| static WindowType | intern(int value) |
| WindowType | or(WindowType other) |
| boolean | test(WindowType other) |
| WindowType | xor(WindowType other) |