reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-23 02:56:37 +00:00
parent 5dacf03c57
commit e06b17c045
9 changed files with 1571 additions and 1094 deletions
+5
View File
@@ -4884,6 +4884,11 @@ SWIGEXPORT(void) initwindows3c() {
PyDict_SetItemString(d,"wxLAYOUT_BOTTOM", PyInt_FromLong((long) wxLAYOUT_BOTTOM));
PyDict_SetItemString(d,"wxEVT_QUERY_LAYOUT_INFO", PyInt_FromLong((long) wxEVT_QUERY_LAYOUT_INFO));
PyDict_SetItemString(d,"wxEVT_CALCULATE_LAYOUT", PyInt_FromLong((long) wxEVT_CALCULATE_LAYOUT));
// Map renamed classes back to their common name for OOR
wxPyPtrTypeMap_Add("wxHtmlListBox", "wxPyHtmlListBox");
wxPyPtrTypeMap_Add("wxVListBox", "wxPyVListBox");
wxPyPtrTypeMap_Add("wxVScrolledWindow", "wxPyVScrolledWindow");
{
int i;
for (i = 0; _swig_mapping[i].n1; i++)