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 gets or sets the selected year. This property gets initially set to the current year.

Warning

This function is deprecated since 4.20. Use the gtk:calendar-date function instead.
 

See also

2026-07-21