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:
@@ -23,17 +23,9 @@
|
||||
#include <wx/html/htmprint.h>
|
||||
#include <wx/html/helpctrl.h>
|
||||
|
||||
|
||||
DECLARE_DEF_STRING(EmptyString);
|
||||
static const wxChar* wxHtmlWindowNameStr = wxT("htmlWindow");
|
||||
DECLARE_DEF_STRING(HtmlWindowNameStr);
|
||||
static const wxChar* wxHtmlPrintoutTitleStr = wxT("Printout");
|
||||
DECLARE_DEF_STRING(HtmlPrintoutTitleStr);
|
||||
static const wxChar* wxHtmlPrintingTitleStr = wxT("Printing");
|
||||
DECLARE_DEF_STRING(HtmlPrintingTitleStr);
|
||||
|
||||
%}
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
%import windows.i
|
||||
@@ -42,6 +34,12 @@
|
||||
%include _html_rename.i
|
||||
|
||||
|
||||
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
|
||||
MAKE_CONST_WXSTRING2(HtmlWindowNameStr, "htmlWindow")
|
||||
MAKE_CONST_WXSTRING2(HtmlPrintoutTitleStr, "Printout")
|
||||
MAKE_CONST_WXSTRING2(HtmlPrintingTitleStr, "Printing")
|
||||
|
||||
|
||||
// TODO: Split this file into multiple %included files that coresponds to the
|
||||
// wx/html include files (more or less.)
|
||||
|
||||
|
Reference in New Issue
Block a user