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