//----------------------------------------------------------------------
%import misc.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__docfilter__ }
%include _calendar_rename.i
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,