]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/calendar.i
Fixed compilation error
[wxWidgets.git] / wxPython / src / calendar.i
index ee24ecbe022ae755960b4ab7626541848bb004e4..aeaed635aeabf36d724f1c66b4f7082f07a5e8f8 100644 (file)
@@ -157,6 +157,15 @@ public:
                    const wxSize& size = wxDefaultSize,
                    long style = wxCAL_SHOW_HOLIDAYS,
                    const char* name = "calendar");
+    %name(wxPreCalendarCtrl)wxCalendarCtrl();
+
+    bool Create(wxWindow *parent,
+                wxWindowID id,
+                const wxDateTime& date = wxDefaultDateTime,
+                const wxPoint& pos = wxDefaultPosition,
+                const wxSize& size = wxDefaultSize,
+                long style = wxCAL_SHOW_HOLIDAYS,
+                const char* name = "calendar");
 
     // set/get the current date
     // ------------------------