]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/calendar.i
Renamed the core namespace's submodules to have a leading underscore.
[wxWidgets.git] / wxPython / src / calendar.i
index f81b86d7664378bef02d5e5616cfe506455cd5f9..8f2f16602b99d3b74241a60001690b1d893d186d 100644 (file)
@@ -23,7 +23,8 @@
 //----------------------------------------------------------------------
 
 %import misc.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__docfilter__ }
 
 %include _calendar_rename.i
 
@@ -203,7 +204,7 @@ public:
     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,