Package: gtk

Callback gtk-calendar-detail-func

Details

This kind of functions provide Pango markup with detail information for the specified day. Examples for such details are holidays or appointments. The function returns nil when no information is available.
 lambda (calendar year month day)  
calendar
A gtk-calendar widget.
year
An unsigned integer with the year for which details are needed.
month
An unsigned integer with the month for which details are needed.
day
An unsigned integer with the day of month for which details are needed.
Return
A string with Pango markup with details for the specified day, or nil.
 

See also

2021-12-18