| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkCalendarDisplayOptions |
| Enum : | CalendarDisplayOptions |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gtk.CalendarDisplayOptions.NO_MONTH_CHANGE : 4
|
|
|
Number Gtk.CalendarDisplayOptions.SHOW_DAY_NAMES : 2
|
|
|
Number Gtk.CalendarDisplayOptions.SHOW_DETAILS : 32
|
|
|
Number Gtk.CalendarDisplayOptions.SHOW_HEADING : 1
|
|
|
Number Gtk.CalendarDisplayOptions.SHOW_WEEK_NUMBERS : 8
|
|
|
Number Gtk.CalendarDisplayOptions.WEEK_START_MONDAY : 16
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.Calendar
Method |
set_display_options
(CalendarDisplayOptions flags)
:
none
Sets display options (whether to display the heading and the month headings).
|
|
Gtk.Calendar
Method |
get_display_options
()
:
Gtk.CalendarDisplayOptions
Returns the current display options of calendar.
|
|
Gtk.Calendar
Method |
display_options
(CalendarDisplayOptions flags)
:
none
Sets display options (whether to display the heading and the month headings).
|