Merged the wxPy_newswig branch into the HEAD branch (main trunk)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-11-12 21:34:20 +00:00
parent eb6a4098a0
commit d14a1e2856
987 changed files with 671143 additions and 783083 deletions

View File

@@ -0,0 +1,26 @@
// A bunch of %rename directives generated by ./distrib/build_renamers.py
// in order to remove the wx prefix from all global scope names.
#ifndef SWIGXML
%rename(CAL_SUNDAY_FIRST) wxCAL_SUNDAY_FIRST;
%rename(CAL_MONDAY_FIRST) wxCAL_MONDAY_FIRST;
%rename(CAL_SHOW_HOLIDAYS) wxCAL_SHOW_HOLIDAYS;
%rename(CAL_NO_YEAR_CHANGE) wxCAL_NO_YEAR_CHANGE;
%rename(CAL_NO_MONTH_CHANGE) wxCAL_NO_MONTH_CHANGE;
%rename(CAL_SEQUENTIAL_MONTH_SELECTION) wxCAL_SEQUENTIAL_MONTH_SELECTION;
%rename(CAL_SHOW_SURROUNDING_WEEKS) wxCAL_SHOW_SURROUNDING_WEEKS;
%rename(CAL_HITTEST_NOWHERE) wxCAL_HITTEST_NOWHERE;
%rename(CAL_HITTEST_HEADER) wxCAL_HITTEST_HEADER;
%rename(CAL_HITTEST_DAY) wxCAL_HITTEST_DAY;
%rename(CAL_HITTEST_INCMONTH) wxCAL_HITTEST_INCMONTH;
%rename(CAL_HITTEST_DECMONTH) wxCAL_HITTEST_DECMONTH;
%rename(CAL_HITTEST_SURROUNDING_WEEK) wxCAL_HITTEST_SURROUNDING_WEEK;
%rename(CAL_BORDER_NONE) wxCAL_BORDER_NONE;
%rename(CAL_BORDER_SQUARE) wxCAL_BORDER_SQUARE;
%rename(CAL_BORDER_ROUND) wxCAL_BORDER_ROUND;
%rename(CalendarDateAttr) wxCalendarDateAttr;
%rename(CalendarEvent) wxCalendarEvent;
%rename(CalendarCtrl) wxCalendarCtrl;
#endif