wxHtmlWindow
See external documentation: wxHtmlWindow.
See external documentation:
This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler
Functions
new() -> wxHtmlWindow()
See
new(Parent) -> wxHtmlWindow()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxHtmlWindow()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
appendToPage(This, Source) -> boolean()
This = wxHtmlWindow()
Source = chardata() (see module unicode)
See
getOpenedAnchor(This) -> charlist() (see module unicode)
This = wxHtmlWindow()
See
getOpenedPage(This) -> charlist() (see module unicode)
This = wxHtmlWindow()
See
getOpenedPageTitle(This) -> charlist() (see module unicode)
This = wxHtmlWindow()
See
getRelatedFrame(This) -> wxFrame() (see module wxFrame)
This = wxHtmlWindow()
See
historyBack(This) -> boolean()
This = wxHtmlWindow()
See
historyCanBack(This) -> boolean()
This = wxHtmlWindow()
See
historyCanForward(This) -> boolean()
This = wxHtmlWindow()
See
historyClear(This) -> ok
This = wxHtmlWindow()
See
historyForward(This) -> boolean()
This = wxHtmlWindow()
See
loadFile(This, Filename) -> boolean()
This = wxHtmlWindow()
Filename = chardata() (see module unicode)
See
loadPage(This, Location) -> boolean()
This = wxHtmlWindow()
Location = chardata() (see module unicode)
See
selectAll(This) -> ok
This = wxHtmlWindow()
See
selectionToText(This) -> charlist() (see module unicode)
This = wxHtmlWindow()
See
selectLine(This, Pos) -> ok
This = wxHtmlWindow()
Pos = {X::integer(), Y::integer()}
See
selectWord(This, Pos) -> ok
This = wxHtmlWindow()
Pos = {X::integer(), Y::integer()}
See
setBorders(This, B) -> ok
This = wxHtmlWindow()
B = integer()
See
setFonts(This, Normal_face, Fixed_face) -> ok
This = wxHtmlWindow()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Option::[Option]) -> ok
This = wxHtmlWindow()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Option = {sizes, integer()}
See
setPage(This, Source) -> boolean()
This = wxHtmlWindow()
Source = chardata() (see module unicode)
See
setRelatedFrame(This, Frame, Format) -> ok
This = wxHtmlWindow()
Frame = wxFrame() (see module wxFrame)
Format = chardata() (see module unicode)
See
setRelatedStatusBar(This, Bar) -> ok
This = wxHtmlWindow()
Bar = integer()
See
toText(This) -> charlist() (see module unicode)
This = wxHtmlWindow()
See
destroy(This::wxHtmlWindow()) -> ok
Destroys this object, do not use object again