Public Types | |
enum | { wxHF_TOOLBAR = 0x0001, wxHF_CONTENTS = 0x0002, wxHF_INDEX = 0x0004, wxHF_SEARCH = 0x0008, wxHF_BOOKMARKS = 0x0010, wxHF_OPEN_FILES = 0x0020, wxHF_PRINT = 0x0040, wxHF_FLAT_TOOLBAR = 0x0080, wxHF_MERGE_BOOKS = 0x0100, wxHF_ICONS_BOOK = 0x0200, wxHF_ICONS_BOOK_CHAPTER = 0x0400, wxHF_ICONS_FOLDER = 0x0000, wxHF_DEFAULT_STYLE, wxHF_OPENFILES = wxHF_OPEN_FILES, wxHF_FLATTOOLBAR = wxHF_FLAT_TOOLBAR, wxHF_DEFAULTSTYLE = wxHF_DEFAULT_STYLE } |
Public Member Functions | |
this (IntPtr wxobj) | |
this (int style=wxHF_DEFAULT_STYLE) | |
void | TitleFormat (string value) |
void | TempDir (string value) |
bool | AddBook (string book_url) |
bool | Display (string x) |
bool | Display (int id) |
bool | DisplayContents () |
bool | DisplayIndex () |
bool | KeywordSearch (string keyword) |
bool | KeywordSearch (string keyword, HelpSearchMode mode) |
void | UseConfig (Config config) |
void | UseConfig (Config config, string rootpath) |
void | ReadCustomization (Config cfg) |
void | ReadCustomization (Config cfg, string path) |
void | WriteCustomization (Config cfg) |
void | WriteCustomization (Config cfg, string path) |
Frame | frame () |
anonymous enum |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | int | style = wxHF_DEFAULT_STYLE |
) |
void TitleFormat | ( | string | value | ) |
void TempDir | ( | string | value | ) |
bool AddBook | ( | string | book_url | ) |
bool Display | ( | string | x | ) |
bool Display | ( | int | id | ) |
bool DisplayContents | ( | ) |
bool DisplayIndex | ( | ) |
bool KeywordSearch | ( | string | keyword | ) |
bool KeywordSearch | ( | string | keyword, | |
HelpSearchMode | mode | |||
) |
void UseConfig | ( | Config | config | ) |
void UseConfig | ( | Config | config, | |
string | rootpath | |||
) |
void ReadCustomization | ( | Config | cfg | ) |
void ReadCustomization | ( | Config | cfg, | |
string | path | |||
) |
void WriteCustomization | ( | Config | cfg | ) |
void WriteCustomization | ( | Config | cfg, | |
string | path | |||
) |
Frame frame | ( | ) |