[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 3020
type TGdkWindowWindowClass = ( |
||
TGdkWindowWindowClassMinValue = - $7FFFFFFF, |
|
|
GDK_INPUT_OUTPUT = 0, |
|
|
GDK_INPUT_ONLY = 1, |
|
|
TGdkWindowWindowClassMaxValue = $7FFFFFFF |
|
|
); |