| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgtk3.pas line 372
type TGtkWindowType = (  | 
||
TGtkWindowTypeMinValue = - $7FFFFFFF,  | 
  | 
|
GTK_WINDOW_TOPLEVEL = 0,  | 
  | 
|
GTK_WINDOW_POPUP = 1,  | 
  | 
|
TGtkWindowTypeMaxValue = $7FFFFFFF  | 
  | 
|
);  |