%pythoncode { wx = _core }
%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
-%include _calendar_rename.i
-
//---------------------------------------------------------------------------
enum {
"Sets the current date.", "");
DocDeclStr(
- const wxDateTime&, GetDate() const,
+ const wxDateTime, GetDate() const,
"Gets the currently selected date.", "");
"set the range in which selection can occur", "");
DocDeclStr(
- const wxDateTime&, GetLowerDateLimit() const,
+ const wxDateTime, GetLowerDateLimit() const,
"get the range in which selection can occur", "");
DocDeclStr(
- const wxDateTime&, GetUpperDateLimit() const,
+ const wxDateTime, GetUpperDateLimit() const,
"get the range in which selection can occur", "");
DocDeclStr(