Package: gtk

Function gtk:calendar-date

Lambda List

gtk:calendar-date (object)

Syntax

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

Arguments

object -- a gtk:calendar widget
date -- an unsigned integer for the Lisp universal time

Details

The accessor for the date slot of the gtk:calendar class gets or sets the date of the calendar. The date represents the shown year, month and the selected day.

Since 4.20
 

See also

2025-12-05