Gjsify LogoGjsify Logo

Enumeration 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.

bitfield

Index

Enumeration Members

CURSOR: number

Honor the cursor field

NOREDIR: number

Honor the override_redirect field

TITLE: number

Honor the title field

TYPE_HINT: number

Honor the type_hint field

VISUAL: number

Honor the visual field

WMCLASS: number

Honor the wmclass_class and wmclass_name fields

X: number

Honor the X coordinate field

Y: number

Honor the Y coordinate field

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method