| Value | Meaning |
|---|---|
| TITLE2 | Honor the title field |
| X4 | Honor the X coordinate field |
| Y8 | Honor the Y coordinate field |
| CURSOR16 | Honor the cursor field |
| VISUAL32 | Honor the visual field |
| WMCLASS64 | Honor the wmclass_class and wmclass_name fields |
| NOREDIR128 | Honor the override_redirect field |
| TYPE_HINT256 | Honor the type_hint field |
Used to indicate which fields in the GdkWindowAttr struct should be honored. For example, if you filled in the “cursor” and “x” fields of GdkWindowAttr, pass “GDK_WA_X | GDK_WA_CURSOR” to Window.new. Fields in GdkWindowAttr not covered by a bit in this enum are required; for example, the width/height, wclass, and window_type fields are required, they have no corresponding flag in GdkWindowAttributesType