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

TGtkPrintError

Declaration

Source position: lazgtk3.pas line 1127

type TGtkPrintError = (

  TGtkPrintErrorMinValue = - $7FFFFFFF,

  

  GTK_PRINT_ERROR_GENERAL = 0,

  

  GTK_PRINT_ERROR_INTERNAL_ERROR = 1,

  

  GTK_PRINT_ERROR_NOMEM = 2,

  

  GTK_PRINT_ERROR_INVALID_FILE = 3,

  

  TGtkPrintErrorMaxValue = $7FFFFFFF

  

);