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

TGtkCalendarDisplayOptions

Declaration

Source position: lazgtk3.pas line 630

type TGtkCalendarDisplayOptions = set of (

  TGtkCalendarDisplayOptionsIdxMinValue = 0,

  

  GTK_CALENDAR_SHOW_HEADING = 0,

  

  GTK_CALENDAR_SHOW_DAY_NAMES = 1,

  

  GTK_CALENDAR_NO_MONTH_CHANGE = 2,

  

  GTK_CALENDAR_SHOW_WEEK_NUMBERS = 3,

  

  GTK_CALENDAR_SHOW_DETAILS = 5,

  

  TGtkCalendarDisplayOptionsIdxMaxValue = 31

  

);