some updates for new methods, constants, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c8b5f745c4
commit
13806c7d4a
@ -131,7 +131,7 @@ public:
|
|||||||
wxString FindPageByName(const wxString& page);
|
wxString FindPageByName(const wxString& page);
|
||||||
wxString FindPageById(int id);
|
wxString FindPageById(int id);
|
||||||
|
|
||||||
// **** this one needs fixed...
|
// TODO: this one needs fixed...
|
||||||
const wxHtmlBookRecArray& GetBookRecArray();
|
const wxHtmlBookRecArray& GetBookRecArray();
|
||||||
|
|
||||||
wxHtmlContentsItem* GetContents();
|
wxHtmlContentsItem* GetContents();
|
||||||
@ -163,9 +163,23 @@ public:
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
enum {
|
||||||
|
wxHF_TOOLBAR,
|
||||||
|
wxHF_FLATTOOLBAR,
|
||||||
|
wxHF_CONTENTS,
|
||||||
|
wxHF_INDEX,
|
||||||
|
wxHF_SEARCH,
|
||||||
|
wxHF_BOOKMARKS,
|
||||||
|
wxHF_OPENFILES,
|
||||||
|
wxHF_PRINT,
|
||||||
|
wxHF_DEFAULTSTYLE,
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
class wxHtmlHelpController : public wxEvtHandler {
|
class wxHtmlHelpController : public wxEvtHandler {
|
||||||
public:
|
public:
|
||||||
wxHtmlHelpController();
|
wxHtmlHelpController(int style = wxHF_DEFAULTSTYLE);
|
||||||
~wxHtmlHelpController();
|
~wxHtmlHelpController();
|
||||||
|
|
||||||
void SetTitleFormat(const wxString& format);
|
void SetTitleFormat(const wxString& format);
|
||||||
|
Loading…
Reference in New Issue
Block a user