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

TGtkRecentChooserError

Declaration

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

  

);