wxHtmlWindow
(wx)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, Options::[Option]) -> wxHtmlWindow()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
appendToPage(This, Source) -> boolean()
This = wxHtmlWindow()
Source = unicode:chardata()
See
loadFile(This, Filename) -> boolean()
This = wxHtmlWindow()
Filename = unicode:chardata()
See
loadPage(This, Location) -> boolean()
This = wxHtmlWindow()
Location = unicode:chardata()
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
setFonts(This, Normal_face, Fixed_face) -> ok
This = wxHtmlWindow()
Normal_face = unicode:chardata()
Fixed_face = unicode:chardata()
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok
This = wxHtmlWindow()
Normal_face = unicode:chardata()
Fixed_face = unicode:chardata()
Option = {sizes, integer()}
See
setPage(This, Source) -> boolean()
This = wxHtmlWindow()
Source = unicode:chardata()
See
setRelatedFrame(This, Frame, Format) -> ok
This = wxHtmlWindow()
Frame = wxFrame:wxFrame()
Format = unicode:chardata()
See
setRelatedStatusBar(This, Bar) -> ok
This = wxHtmlWindow()
Bar = integer()
See
destroy(This::wxHtmlWindow()) -> ok
Destroys this object, do not use object again