Enumeration

GtkCalendarDisplayOptions

Declaration

flags Gtk.CalendarDisplayOptions

Description [src]

These options can be used to influence the display and behaviour of a GtkCalendar.

Members

Name Description
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().