Enumeration (GI Flags)

Gdk-3.0GdkWindowHints

Used to indicate which fields of a Gdk.Geometry 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 Gdk.Geometry 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.

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