- wxHtmlWindow
Default ctor.
- AppendToPage
Appends HTML fragment to currently displayed text and refreshes the window.
- GetInternalRepresentation
Returns pointer to the top-level container.
- GetOpenedAnchor
Returns anchor within currently opened page (see wxHtmlWindow::GetOpenedPage).
- GetOpenedPage
Returns full location of the opened page.
- GetOpenedPageTitle
Returns title of the opened page or wxEmptyString if the current page does not contain
tag.
- GetRelatedFrame
Returns the related frame.
- HistoryBack
Moves back to the previous page.
- HistoryCanBack
Returns true if it is possible to go back in the history i.e.
- HistoryCanForward
Returns true if it is possible to go forward in the history i.e.
- HistoryClear
Clears history.
- HistoryForward
Moves to next page in history.
- LoadFile
Loads an HTML page from a file and displays it.
- LoadPage
Unlike SetPage() this function first loads the HTML page from location and then displays it.
- OnCellClicked
This method is called when a mouse button is clicked inside wxHtmlWindow.
- OnCellMouseHover
This method is called when a mouse moves over an HTML cell.
- OnLinkClicked
Called when user clicks on hypertext link.
- OnOpeningURL
Called when an URL is being opened (either when the user clicks on a link or an image is loaded).
- OnSetTitle
Called on parsing
tag.
- SelectAll
Selects all text in the window.
- SelectLine
Selects the line of text that pos points at.
- SelectWord
Selects the word at position pos.
- SelectionToText
Returns the current selection as plain text.
- SetBorders
This function sets the space between border of window and HTML contents.
- SetFonts
This function sets font sizes and faces.
- SetPage
Sets the source of a page and displays it, for example:
- SetRelatedFrame
Sets the frame in which page title will be displayed.
- SetRelatedStatusBar
After calling SetRelatedFrame(), this sets statusbar slot where messages will be displayed.
- SetStandardFonts
Sets default font sizes and/or default font size.
- ToText
Returns content of currently displayed page as plain text.
- WriteCustomization
Saves custom settings into wxConfig.