Enumeration
GdkWindowAttributesType
Description [src]
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 gdk_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.
Members
-
GDK_WA_TITLE -
Honor the title field.
- Value:
2 - Available since: 3.0
- Value:
-
GDK_WA_X -
Honor the X coordinate field.
- Value:
4 - Available since: 3.0
- Value:
-
GDK_WA_Y -
Honor the Y coordinate field.
- Value:
8 - Available since: 3.0
- Value:
-
GDK_WA_CURSOR -
Honor the cursor field.
- Value:
16 - Available since: 3.0
- Value:
-
GDK_WA_VISUAL -
Honor the visual field.
- Value:
32 - Available since: 3.0
- Value:
-
GDK_WA_WMCLASS -
Honor the wmclass_class and wmclass_name fields.
- Value:
64 - Available since: 3.0
- Value:
-
GDK_WA_NOREDIR -
Honor the override_redirect field.
- Value:
128 - Available since: 3.0
- Value:
-
GDK_WA_TYPE_HINT -
Honor the type_hint field.
- Value:
256 - Available since: 3.0
- Value: