Enumeration

GtkCalendarDisplayOptions

Declaration

flags Gtk.CalendarDisplayOptions

Description [src]

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

Members

GTK_CALENDAR_SHOW_HEADING

Specifies that the month and year should be displayed.

  • Value: 1
  • Available since: 3.0
GTK_CALENDAR_SHOW_DAY_NAMES

Specifies that three letter day descriptions should be present.

  • Value: 2
  • Available since: 3.0
GTK_CALENDAR_NO_MONTH_CHANGE

Prevents the user from switching months with the calendar.

  • Value: 4
  • Available since: 3.0
GTK_CALENDAR_SHOW_WEEK_NUMBERS

Displays each week numbers of the current year, down the left side of the calendar.

  • Value: 8
  • Available since: 3.0
GTK_CALENDAR_SHOW_DETAILS

Just show an indicator, not the full details text when details are provided. See gtk_calendar_set_detail_func().

  • Value: 32
  • Available since: 3.0