| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgtk3.pas line 1208
type TGtkRecentChooserError = (  | 
||
TGtkRecentChooserErrorMinValue = - $7FFFFFFF,  | 
  | 
|
GTK_RECENT_CHOOSER_ERROR_NOT_FOUND = 0,  | 
  | 
|
GTK_RECENT_CHOOSER_ERROR_INVALID_URI = 1,  | 
  | 
|
TGtkRecentChooserErrorMaxValue = $7FFFFFFF  | 
  | 
|
);  |