Module: Gdk::WindowHints

Defined in:
(unknown)

Constant Summary collapse

POS =

indicates that the program has positioned the window

1 or :pos
MIN_SIZE =

min size fields are set

2 or :min_size
MAX_SIZE =

max size fields are set

4 or :max_size
BASE_SIZE =

base size fields are set

8 or :base_size
ASPECT =

aspect ratio fields are set

16 or :aspect
RESIZE_INC =

resize increment fields are set

32 or :resize_inc
WIN_GRAVITY =

window gravity field is set

64 or :win_gravity
USER_POS =

indicates that the window’s position was explicitly set

by the user
128 or :user_pos
USER_SIZE =

indicates that the window’s size was explicitly set by

the user
256 or :user_size