Gjsify LogoGjsify Logo

Used to indicate which fields of a #GdkGeometry struct should be paid attention to. Also, the presence/absence of GDK_HINT_POS, GDK_HINT_USER_POS, and GDK_HINT_USER_SIZE is significant, though they don't directly refer to #GdkGeometry fields. GDK_HINT_USER_POS will be set automatically by #GtkWindow if you call gtk_window_move(). GDK_HINT_USER_POS and GDK_HINT_USER_SIZE should be set if the user specified a size/position using a --geometry command-line argument; gtk_window_parse_geometry() automatically sets these flags.

bitfield

Index

Enumeration Members

ASPECT: number

aspect ratio fields are set

BASE_SIZE: number

base size fields are set

MAX_SIZE: number

max size fields are set

MIN_SIZE: number

min size fields are set

POS: number

indicates that the program has positioned the window

RESIZE_INC: number

resize increment fields are set

USER_POS: number

indicates that the window’s position was explicitly set by the user

USER_SIZE: number

indicates that the window’s size was explicitly set by the user

WIN_GRAVITY: number

window gravity field is set

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