wxHtmlWindow

See external documentation: wxHtmlWindow.

See external documentation: wxHtmlWindow.

This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler

Functions


new() -> wxHtmlWindow()

See external documentation.

new(Parent) -> wxHtmlWindow()

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxHtmlWindow()

  • Parent = wxWindow:wxWindow()
  • Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

appendToPage(This, Source) -> boolean()

See external documentation.

getOpenedAnchor(This) -> unicode:charlist()

See external documentation.

getOpenedPage(This) -> unicode:charlist()

See external documentation.

getOpenedPageTitle(This) -> unicode:charlist()

See external documentation.

getRelatedFrame(This) -> wxFrame:wxFrame()

See external documentation.

historyBack(This) -> boolean()

See external documentation.

historyCanBack(This) -> boolean()

See external documentation.

historyCanForward(This) -> boolean()

See external documentation.

historyClear(This) -> ok

See external documentation.

historyForward(This) -> boolean()

See external documentation.

loadFile(This, Filename) -> boolean()

See external documentation.

loadPage(This, Location) -> boolean()

See external documentation.

selectAll(This) -> ok

See external documentation.

selectionToText(This) -> unicode:charlist()

See external documentation.

selectLine(This, Pos) -> ok

See external documentation.

selectWord(This, Pos) -> ok

See external documentation.

setBorders(This, B) -> ok

See external documentation.

setFonts(This, Normal_face, Fixed_face) -> ok

setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok

See external documentation.

setPage(This, Source) -> boolean()

See external documentation.

setRelatedFrame(This, Frame, Format) -> ok

See external documentation.

setRelatedStatusBar(This, Bar) -> ok

See external documentation.

toText(This) -> unicode:charlist()

See external documentation.

destroy(This::wxHtmlWindow()) -> ok

Destroys this object, do not use object again