35 #ifndef _VDKCALENDAR_H
36 #define _VDKCALENDAR_H
43 #define day_select_signal user_signal + 1024
44 #define day_selected_double_click day_select_signal + 1
52 VDKCalendar(
VDKForm* owner = NULL);
53 virtual ~VDKCalendar();
101 static void DaySelectedHandler(GtkWidget*, gpointer);
102 static void DaySelectedDoubleClickHandler(GtkWidget*, gpointer);
144 __rwproperty(VDKCalendar, GtkCalendarDisplayOptions) DisplayOptions;
147 void SetDisplayOptions(GtkCalendarDisplayOptions options);
171 __rwproperty(VDKCalendar,
int) SelectedDay;
173 void SetSelectedDay(
int d);
181 __rwproperty(VDKCalendar,
VDKPoint) SelectedMonth;