Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.WindowAttributesType

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkWindowAttributesType
Enum : WindowAttributesType
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.
Values
Properties
Properties
None
Public Methods
None
Events
None
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:01 GMT+0800 (HKT)