GdkWindowAttributesType
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 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.
| Value | Symbolic name | Description | 
| Â Â 2 | Gdk::WA_TITLE | Honor the title field. | 
| Â Â 4 | Gdk::WA_X | Honor the X coordinate field | 
| Â Â 8 | Gdk::WA_Y | Honor the Y coordinate field | 
| Â Â 16 | Gdk::WA_CURSOR | Honor the cursor field | 
| Â Â 32 | Gdk::WA_COLORMAP | Honor the colormap field | 
| Â Â 64 | Gdk::WA_VISUAL | Honor the visual field | 
| Â Â 128 | Gdk::WA_WMCLASS | Honor the wmclass_class and wmclass_name fields | 
| Â Â 256 | Gdk::WA_NOREDIR | Honor the override_redirect field |