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 -- a gtk:calendar-display-options value

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, for example, whether to display the heading and the month headings.
 

See also

#2025-07-01