Package: gtk

Function gtk:calendar-display-options

Lambda List

gtk:calendar-display-options (calendar)

Syntax

(gtk:calendar-display-options calendar) => flags
(setf (gtk:calendar-display-options calendar) flags)

Arguments

calendar -- a gtk:calendar widget
flags -- the gtk:calendar-display-options flags

Details

Accessor of the display options of the calendar. The gtk:calendar-display-options function returns the current display options of the calendar. The (setf gtk:calendar-display-options) function sets display options, e.g. whether to display the heading and the month headings.
 

See also

#2023-3-16