wxHtmlWindow
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxHtmlWindow.
This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxHtmlWindow()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxHtmlWindow()
Types:
appendToPage(This::wxHtmlWindow(), Source::string()) -> bool()
getOpenedAnchor(This::wxHtmlWindow()) -> string()
getOpenedPage(This::wxHtmlWindow()) -> string()
getOpenedPageTitle(This::wxHtmlWindow()) -> string()
getRelatedFrame(This::wxHtmlWindow()) -> wxFrame() (see module wxFrame)
historyBack(This::wxHtmlWindow()) -> bool()
historyCanBack(This::wxHtmlWindow()) -> bool()
historyCanForward(This::wxHtmlWindow()) -> bool()
historyClear(This::wxHtmlWindow()) -> ok
historyForward(This::wxHtmlWindow()) -> bool()
loadFile(This::wxHtmlWindow(), Filename::string()) -> bool()
loadPage(This::wxHtmlWindow(), Location::string()) -> bool()
selectAll(This::wxHtmlWindow()) -> ok
selectionToText(This::wxHtmlWindow()) -> string()
selectLine(This::wxHtmlWindow(), Pos::{X::integer(), Y::integer()}) -> ok
selectWord(This::wxHtmlWindow(), Pos::{X::integer(), Y::integer()}) -> ok
setBorders(This::wxHtmlWindow(), B::integer()) -> ok
setFonts(This::wxHtmlWindow(), Normal_face::string(), Fixed_face::string()) -> ok
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This::wxHtmlWindow(), Normal_face::string(), Fixed_face::string(), Options::[Option]) -> ok
Types:
setPage(This::wxHtmlWindow(), Source::string()) -> bool()
setRelatedFrame(This::wxHtmlWindow(), Frame::wxFrame() (see module wxFrame), Format::string()) -> ok
setRelatedStatusBar(This::wxHtmlWindow(), Bar::integer()) -> ok