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_WEEK_START_MONDAY Since GTK+ 2.4, this option is deprecated and ignored by GTK+. The information on which day the calendar week starts is derived from the locale. 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
WEEK_START_MONDAY1 << 4
SHOW_DETAILS1 << 5

Meta