Package: gtk

Accessor gtk:calendar-day

Lambda List

gtk:calendar-day (object)

Syntax

(gtk:calender-day object) => day
(setf (gtk:calendar-day object) day)

Arguments

object -- a gtk:calendar widget
day -- an integer for the selected day

Details

The accessor for the day slot of the gtk:calendar class gets or sets the selected day as a number between 1 and 31, or 0 to unselect the currently selected day. This property gets initially set to the current day.
 

See also

2025-08-04