-
public int day { set; get; }
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.
-
public int detail_height_rows { set; get; }
Height of a detail cell, in rows. A value of 0 allows any width. See
set_detail_func.
-
public int detail_width_chars { set; get; }
Width of a detail cell, in characters. A value of 0 allows any width. See
set_detail_func.
-
public int month { set; get; }
The selected month (as a number between 0 and 11). This property gets initially set to the current
month.
-
public bool no_month_change { set; get; }
Determines whether the selected month can be changed.
-
public bool show_day_names { set; get; }
Determines whether day names are displayed.
-
public bool show_details { set; get; }
Determines whether details are shown directly in the widget, or if they are available only as tooltip.
When this property is set days with details are marked.
-
public bool show_heading { set; get; }
Determines whether a heading is displayed.
-
public bool show_week_numbers { set; get; }
Determines whether week numbers are displayed.
-
public int year { set; get; }
The selected year. This property gets initially set to the current year.