[ CCode ( cprefix = "GDK_WA_" , type_id = "gdk_window_attributes_type_get_type ()" ) ]
[ Flags ]
public enum WindowAttributesType
Used to indicate which fields in the WindowAttr struct should be honored.
For example, if you filled in the “cursor” and “x” fields of WindowAttr, pass
“GDK_WA_X
| GDK_WA_CURSOR
” to Window. Fields in
WindowAttr 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
WindowAttributesType.