Package: gtk

Accessor gtk:calendar-year

Lambda List

gtk:calendar-year (object)

Syntax

(gtk:calendar-year object) => year
(setf (gtk:calendar-year object) year)

Arguments

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

Details

The accessor for the year slot of the gtk:calendar class gets or sets the selected year. This property gets initially set to the current year.
 

See also

2025-08-04