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:
@@ -279,8 +279,8 @@ static swig_type_info *swig_types[56];
|
||||
#include "wx/wxPython/wxPython.h"
|
||||
#include "wx/wxPython/pyclasses.h"
|
||||
|
||||
DECLARE_DEF_STRING(EmptyString);
|
||||
|
||||
static const wxString wxPyEmptyString(wxEmptyString);
|
||||
PyObject *wxColour_Get(wxColour *self){
|
||||
PyObject* rv = PyTuple_New(3);
|
||||
int red = -1;
|
||||
|
Reference in New Issue
Block a user