[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 1189
type TGtkRecentSortType = ( |
||
TGtkRecentSortTypeMinValue = - $7FFFFFFF, |
|
|
GTK_RECENT_SORT_NONE = 0, |
|
|
GTK_RECENT_SORT_MRU = 1, |
|
|
GTK_RECENT_SORT_LRU = 2, |
|
|
GTK_RECENT_SORT_CUSTOM = 3, |
|
|
TGtkRecentSortTypeMaxValue = $7FFFFFFF |
|
|
); |