More changes to make the autodocs be better, made all the namestrings

and such be visible to swig so the autodoc generator knows how to
rename them.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-20 01:01:49 +00:00
parent 161c73a392
commit b2dc104421
81 changed files with 1852 additions and 549 deletions

View File

@@ -17,22 +17,22 @@
%{
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pyclasses.h"
DECLARE_DEF_STRING(PanelNameStr);
DECLARE_DEF_STRING(EmptyString);
DECLARE_DEF_STRING(ControlNameStr);
%}
//---------------------------------------------------------------------------
%import core.i
%pythoncode { wx = core }
%include _controls_rename.i
MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
// Include all the files that make up this module
%include _controls_rename.i
//%include _control.i <-- It's in core so other modules don't have to %import controls.i
%include _button.i