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() -> wxHtmlWindow()
new(Parent) -> wxHtmlWindow()
Types
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxHtmlWindow()
Types
appendToPage(This, Source) -> boolean()
getOpenedAnchor(This) -> unicode:charlist()
Types
getOpenedPage(This) -> unicode:charlist()
Types
getOpenedPageTitle(This) -> unicode:charlist()
Types
getRelatedFrame(This) -> wxFrame:wxFrame()
Types
historyBack(This) -> boolean()
Types
historyCanBack(This) -> boolean()
Types
historyCanForward(This) -> boolean()
Types
Types
historyForward(This) -> boolean()
Types
loadFile(This, Filename) -> boolean()
loadPage(This, Location) -> boolean()
Types
selectionToText(This) -> unicode:charlist()
Types
setFonts(This, Normal_face, Fixed_face) -> ok
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok
Types
setPage(This, Source) -> boolean()
setRelatedFrame(This, Frame, Format) -> ok
setRelatedStatusBar(This, Bar) -> ok
toText(This) -> unicode:charlist()
Types
destroy(This::wxHtmlWindow()) -> ok