| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgdk3.pas line 2566
type TGdkWindowHints = set of (  | 
||
TGdkWindowHintsIdxMinValue = 0,  | 
  | 
|
GDK_HINT_POS = 0,  | 
  | 
|
GDK_HINT_MIN_SIZE = 1,  | 
  | 
|
GDK_HINT_MAX_SIZE = 2,  | 
  | 
|
GDK_HINT_BASE_SIZE = 3,  | 
  | 
|
GDK_HINT_ASPECT = 4,  | 
  | 
|
GDK_HINT_RESIZE_INC = 5,  | 
  | 
|
GDK_HINT_WIN_GRAVITY = 6,  | 
  | 
|
GDK_HINT_USER_POS = 7,  | 
  | 
|
GDK_HINT_USER_SIZE = 8,  | 
  | 
|
TGdkWindowHintsIdxMaxValue = 31  | 
  | 
|
);  |