]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/calendar.i
A way to make the DC classes in wxPython look like the ones in 2.5, so
[wxWidgets.git] / wxPython / src / calendar.i
index 3a91233610fa75aa6258a22471da7f9458f091ec..2d21139061f6e0d8a3c67a9a023a0da796efbefd 100644 (file)
@@ -200,8 +200,10 @@ public:
     %pythonAppend wxCalendarCtrl()    ""
 
     DocStr(wxCalendarCtrl, "Create and show a calendar control.");
+    RefDoc(wxCalendarCtrl, ""); // turn it off for the ctors
+    
     wxCalendarCtrl(wxWindow *parent,
-                   wxWindowID id,
+                   wxWindowID id=-1,
                    const wxDateTime& date = wxDefaultDateTime,
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,