autodoc docstring fixes and such
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,18 +44,16 @@ wx = _sys.modules[__name__]
|
||||
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
%{
|
||||
DECLARE_DEF_STRING(EmptyString);
|
||||
// DECLARE_DEF_STRING(PanelNameStr);
|
||||
%}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Include all the files that make up the core module
|
||||
|
||||
// wxObject, functions and other base stuff
|
||||
%include _defs.i
|
||||
|
||||
MAKE_CONST_WXSTRING(EmptyString);
|
||||
|
||||
%include _obj.i
|
||||
%include _gdicmn.i
|
||||
%include _streams.i
|
||||
|
Reference in New Issue
Block a user