[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 2986
type TGdkPropMode = ( |
||
TGdkPropModeMinValue = - $7FFFFFFF, |
|
|
GDK_PROP_MODE_REPLACE = 0, |
|
|
GDK_PROP_MODE_PREPEND = 1, |
|
|
GDK_PROP_MODE_APPEND = 2, |
|
|
TGdkPropModeMaxValue = $7FFFFFFF |
|
|
); |