Module: Gtk::CalendarDisplayOptions

Defined in:
(unknown)

Constant Summary collapse

SHOW_HEADING =

Specifies that the month and year should be displayed.

1 or :show_heading
SHOW_DAY_NAMES =

Specifies that three letter day descriptions should be present.

2 or :show_day_names
NO_MONTH_CHANGE =

Prevents the user from switching months with the calendar.

4 or :no_month_change
SHOW_WEEK_NUMBERS =

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

8 or :show_week_numbers
SHOW_DETAILS =

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

32 or :show_details