Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added the SetupControl function for the XCCalendarDay class
[xestiacalendar/.git] / source / widgets / XCCalendarDay.cpp
index 6c0b29b..edc0856 100644 (file)
@@ -249,4 +249,21 @@ void XCCalendarDay::DeselectOthersEvent(wxCommandEvent &DeselectEvent)
                        
        }
        
+}
+
+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
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy