Enumeration (GI Flags)

Gdk-3.0GdkWindowAttributesType

Used to indicate which fields in the Gdk.WindowAttr struct should be honored. For example, if you filled in the “cursor” and “x” fields of Gdk.WindowAttr, pass “GDK_WA_X | GDK_WA_CURSOR” to gdk_window_new(). Fields in Gdk.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 Gdk.WindowAttributesType.

Index
CURSOR: 16

Honor the cursor field

NOREDIR: 128

Honor the override_redirect field

TITLE: 2

Honor the title field

TYPE_HINT: 256

Honor the type_hint field

VISUAL: 32

Honor the visual field

WMCLASS: 64

Honor the wmclass_class and wmclass_name fields

X: 4

Honor the X coordinate field

Y: 8

Honor the Y coordinate field

Variables

$gtype