[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 319
type TGtkOrientation = ( |
||
TGtkOrientationMinValue = - $7FFFFFFF, |
|
|
GTK_ORIENTATION_HORIZONTAL = 0, |
|
|
GTK_ORIENTATION_VERTICAL = 1, |
|
|
TGtkOrientationMaxValue = $7FFFFFFF |
|
|
); |