wxID_HTML_SEARCHPAGE,
wxID_HTML_SEARCHTEXT,
wxID_HTML_SEARCHLIST,
- wxID_HTML_SEARCHBUTTON
+ wxID_HTML_SEARCHBUTTON,
+ wxID_HTML_SEARCHCHOICE,
+ wxID_HTML_HELPFRAME
+
};
//---------------------------------------------------------------------------
long x, y, w, h;
long sashpos;
bool navig_on;
- int style;
- wxString titleformat;
};
void DisplayContents();
void DisplayIndex();
bool KeywordSearch(const wxString& keyword);
- void RefreshLists(int show_progress = FALSE);
- void CreateContents(int show_progress = FALSE);
- void CreateIndex(int show_progress = FALSE);
- void CreateSearch();
void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
void ReadCustomization(wxConfigBase *cfg, wxString path = wxEmptyString);
void WriteCustomization(wxConfigBase *cfg, wxString path = wxEmptyString);
void ReadCustomization(wxConfigBase *cfg, wxString path = wxEmptyString);
void WriteCustomization(wxConfigBase *cfg, wxString path = wxEmptyString);
wxHtmlHelpFrame* GetFrame();
- void CreateHelpWindow(int show_progress = FALSE);
};
//---------------------------------------------------------------------------