wxHtmlWindow
MODULE
wxHtmlWindow
MODULE SUMMARY
See external documentation: wxHtmlWindow.
DESCRIPTION
See external documentation: wxHtmlWindow.
This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler
- wxHtmlWindow()
-
An object reference, The representation is internal
and can be changed without notice. It can't be used for comparsion
stored on disc or distributed for use on other nodes.
EXPORTS
new() -> wxHtmlWindow()
new(Parent) -> wxHtmlWindow()
Types:
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxHtmlWindow()
Types:
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
appendToPage(This, Source) -> boolean()
Types:
This = wxHtmlWindow()
Source = chardata() (see module unicode)
getOpenedAnchor(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
getOpenedPage(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
getOpenedPageTitle(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
getRelatedFrame(This) -> wxFrame() (see module wxFrame)
Types:
This = wxHtmlWindow()
historyBack(This) -> boolean()
Types:
This = wxHtmlWindow()
historyCanBack(This) -> boolean()
Types:
This = wxHtmlWindow()
historyCanForward(This) -> boolean()
Types:
This = wxHtmlWindow()
historyClear(This) -> ok
Types:
This = wxHtmlWindow()
historyForward(This) -> boolean()
Types:
This = wxHtmlWindow()
loadFile(This, Filename) -> boolean()
Types:
This = wxHtmlWindow()
Filename = chardata() (see module unicode)
loadPage(This, Location) -> boolean()
Types:
This = wxHtmlWindow()
Location = chardata() (see module unicode)
selectAll(This) -> ok
Types:
This = wxHtmlWindow()
selectionToText(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
selectLine(This, Pos) -> ok
Types:
This = wxHtmlWindow()
Pos = {X::integer(), Y::integer()}
selectWord(This, Pos) -> ok
Types:
This = wxHtmlWindow()
Pos = {X::integer(), Y::integer()}
setBorders(This, B) -> ok
Types:
This = wxHtmlWindow()
B = integer()
setFonts(This, Normal_face, Fixed_face) -> ok
Types:
This = wxHtmlWindow()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok
Types:
This = wxHtmlWindow()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Option = {sizes, integer()}
setPage(This, Source) -> boolean()
Types:
This = wxHtmlWindow()
Source = chardata() (see module unicode)
setRelatedFrame(This, Frame, Format) -> ok
Types:
This = wxHtmlWindow()
Frame = wxFrame() (see module wxFrame)
Format = chardata() (see module unicode)
setRelatedStatusBar(This, Bar) -> ok
Types:
This = wxHtmlWindow()
Bar = integer()
toText(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
destroy(This::wxHtmlWindow()) -> ok
Destroys this object, do not use object again