}
+}
+
+void XCCalendarDay::SetupControl(int SetupDay, int SetupMonth, int SetupYear, bool SetupIsInMonth)
+{
+
+ // Set the day
+
+ NumberText->SetLabel(wxString::Format("%02i", SetupDay));
+
+ // Set the month
+
+ // Set the year.
+
+ // Setup the Is In Month value.
+
+ IsInMonth = SetupIsInMonth;
+
}
\ No newline at end of file
void ResizeFrameEvent(wxSizeEvent &SizeEvent);
void DeselectOthersEvent(wxCommandEvent &DeselectEvent);
void UpdateTopIcons();
+ void SetupControl(int SetupDay, int SetupMonth, int SetupYear, bool SetupIsInMonth);
DECLARE_EVENT_TABLE()
};