Package: gtk

Accessor gtk:calendar-month

Lambda List

gtk:calendar-month (object)

Syntax

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

Arguments

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

Details

The accessor for the month slot of the gtk:calendar class gets or sets the selected month as a number between 0 and 11. This property gets initially set to the current month.

Warning

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

See also

2025-12-05