CalendarDetailFunc
Description:
[ CCode ( instance_pos = 4.9 ) ]
[ Version ( since = "2.14" ) ]
public delegate string? CalendarDetailFunc (Calendar calendar, uint year, uint month, uint day)
[ Version ( since = "2.14" ) ]
public delegate string? CalendarDetailFunc (Calendar calendar, uint year, uint month, uint day)
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 null when no information is available.
Parameters:
calendar |
a Calendar. |
year |
the year for which details are needed. |
month |
the month for which details are needed. |
day |
the day of |
user_data |
the data passed with set_detail_func. |
Returns:
Newly allocated string with Pango markup with details for the specified day or null. |
Namespace: Gtk
Package: gtk+-3.0