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 with the selected day

Details

Accessor of the day slot of the gtk-calendar class.

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

2021-12-18