GtkCalendarDisplayOptions

These options can be used to influence the display and behaviour of a GtkCalendar. GTK_CALENDAR_SHOW_HEADING Specifies that the month and year should be displayed. GTK_CALENDAR_SHOW_DAY_NAMES Specifies that three letter day descriptions should be present. GTK_CALENDAR_NO_MONTH_CHANGE Prevents the user from switching months with the calendar. GTK_CALENDAR_SHOW_WEEK_NUMBERS Displays each week numbers of the current year, down the left side of the calendar. GTK_CALENDAR_SHOW_DETAILS Just show an indicator, not the full details text when details are provided. See gtk_calendar_set_detail_func().

Values

ValueMeaning
SHOW_HEADING1 << 0
SHOW_DAY_NAMES1 << 1
NO_MONTH_CHANGE1 << 2
SHOW_WEEK_NUMBERS1 << 3
SHOW_DETAILS1 << 5

Meta