org.gnu.gdk
public class WindowAttributesType extends Flags
Field Summary | |
---|---|
static WindowAttributesType | COLORMAP |
static WindowAttributesType | CURSOR |
static WindowAttributesType | NOREDIR |
static WindowAttributesType | TITLE |
static WindowAttributesType | VISUAL |
static WindowAttributesType | WMCLASS |
static WindowAttributesType | X |
static WindowAttributesType | Y |
Method Summary | |
---|---|
WindowAttributesType | and(WindowAttributesType other) |
static WindowAttributesType | intern(int value) |
WindowAttributesType | or(WindowAttributesType other) |
boolean | test(WindowAttributesType other) |
WindowAttributesType | xor(WindowAttributesType other) |