CalendarDisplayOptions
  
  Description:
  [ CCode ( cprefix = "GTK_CALENDAR_" ,  type_id = "gtk_calendar_display_options_get_type ()" ) ]
[ Flags ]
public enum CalendarDisplayOptions
  
  
    These options can be used to influence the display and behaviour of a Calendar.
   
  
  
  Content:
  Enum values:
  
    - NO_MONTH_CHANGE - 
        Prevents the user from switching months with the calendar.
- SHOW_DAY_NAMES - 
        Specifies that three letter day descriptions should be present.
- SHOW_DETAILS - Just 
        show an indicator, not the full details text when details are provided.
- SHOW_HEADING - 
        Specifies that the month and year should be displayed.
- SHOW_WEEK_NUMBERS - 
      Displays each week numbers of the current year, down the left side of the calendar.