[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 621
type TGtkCalendarDisplayOptionsIdx = ( |
||
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 |
|
|
); |