X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afa172bd19fb54d73ed68052e315220b9f943a9d..1979aa587234dffe076f2106bb933a6df31d58be:/wxPython/src/html.i diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 696ba5c7f5..622b33ff42 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -887,7 +887,7 @@ public: const wxString& fixed_face = wxPyEmptyString); DocDeclStr( - void, SetTitle(const wxString& title), + void, SetLabel(const wxString& title), "", ""); // Sets space between text and window borders. @@ -1111,7 +1111,8 @@ public: }; //--------------------------------------------------------------------------- - +// WXWIN_COMPATIBILITY_2_4 +#if 0 struct wxHtmlContentsItem { %extend { @@ -1122,7 +1123,7 @@ struct wxHtmlContentsItem wxHtmlBookRecord* GetBook() { return self->m_Book; } } }; - +#endif //--------------------------------------------------------------------------- class wxHtmlSearchStatus @@ -1135,7 +1136,10 @@ public: int GetCurIndex(); int GetMaxIndex(); const wxString& GetName(); + // WXWIN_COMPATIBILITY_2_4 +#if 0 wxHtmlContentsItem* GetContentsItem(); +#endif }; //--------------------------------------------------------------------------- @@ -1158,10 +1162,13 @@ public: // TODO: this one needs fixed... const wxHtmlBookRecArray& GetBookRecArray(); + // WXWIN_COMPATIBILITY_2_4 +#if 0 wxHtmlContentsItem* GetContents(); int GetContentsCnt(); wxHtmlContentsItem* GetIndex(); int GetIndexCnt(); +#endif }; //---------------------------------------------------------------------------