[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkRecentSortType

Declaration

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

  

);