Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added code for application to display XCCalendarMonthView on it's own
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 26 Jun 2016 12:12:47 +0000 (13:12 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 26 Jun 2016 12:12:47 +0000 (13:12 +0100)
source/tests/xestiacalendar_testxccalendarmonthview.cpp [new file with mode: 0644]

diff --git a/source/tests/xestiacalendar_testxccalendarmonthview.cpp b/source/tests/xestiacalendar_testxccalendarmonthview.cpp
new file mode 100644 (file)
index 0000000..00a3b4a
--- /dev/null
@@ -0,0 +1,35 @@
+#include <wx/wx.h>
+#include "../widgets/XCCalendarMonthView.h"
+#include "../common/monthviewgen.h"
+
+class XCCalendarMonthViewTest: public wxApp
+{
+    virtual bool OnInit();
+};
+
+/*class MyFrame: public wxFrame
+{
+       private:
+               XCCalendarDay *XCCalWidget = nullptr;
+               wxBoxSizer *WindowSizer = new wxBoxSizer(wxVERTICAL);
+       public:
+               MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
+};*/
+
+IMPLEMENT_APP(XCCalendarMonthViewTest);
+
+using namespace std;
+
+bool XCCalendarMonthViewTest::OnInit()
+{
+       
+       XCCalendarMonthViewGrid MonthViewGrid = GenerateMonthGrid(6, 2016);
+       
+       XCCalendarMonthView *frmMain = new XCCalendarMonthView("XCCalendarMonthView Test", wxPoint(50, 50), wxSize(200, 200), &MonthViewGrid);
+       
+       frmMain->Show();
+       SetTopWindow(frmMain);
+       
+       return true;
+       
+}
\ 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