table of contents
- buster 1:21.2.6+dfsg-1
- testing 1:23.2.6+dfsg-1
- unstable 1:23.2.6+dfsg-1
- experimental 1:24.0.5+dfsg-1
wxHtmlWindow(3erl) | Erlang Module Definition | wxHtmlWindow(3erl) |
NAME¶
wxHtmlWindow - See external documentation: wxHtmlWindow.DESCRIPTION¶
See external documentation: wxHtmlWindow.This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler
DATA TYPES¶
- 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()See external documentation.
new(Parent) -> wxHtmlWindow()
Types:
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxHtmlWindow()
Types:
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See external documentation.
appendToPage(This, Source) -> boolean()
Types:
Source = unicode:chardata()
See external documentation.
getOpenedAnchor(This) -> unicode:charlist()
Types:
See external documentation.
getOpenedPage(This) -> unicode:charlist()
Types:
See external documentation.
getOpenedPageTitle(This) -> unicode:charlist()
Types:
See external documentation.
getRelatedFrame(This) -> wxFrame:wxFrame()
Types:
See external documentation.
historyBack(This) -> boolean()
Types:
See external documentation.
historyCanBack(This) -> boolean()
Types:
See external documentation.
historyCanForward(This) -> boolean()
Types:
See external documentation.
historyClear(This) -> ok
Types:
See external documentation.
historyForward(This) -> boolean()
Types:
See external documentation.
loadFile(This, Filename) -> boolean()
Types:
Filename = unicode:chardata()
See external documentation.
loadPage(This, Location) -> boolean()
Types:
Location = unicode:chardata()
See external documentation.
selectAll(This) -> ok
Types:
See external documentation.
selectionToText(This) -> unicode:charlist()
Types:
See external documentation.
selectLine(This, Pos) -> ok
Types:
Pos = {X::integer(), Y::integer()}
See external documentation.
selectWord(This, Pos) -> ok
Types:
Pos = {X::integer(), Y::integer()}
See external documentation.
setBorders(This, B) -> ok
Types:
B = integer()
See external documentation.
setFonts(This, Normal_face, Fixed_face) -> ok
Types:
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
Types:
Normal_face = unicode:chardata()
Fixed_face = unicode:chardata()
Option = {sizes, integer()}
See external documentation.
setPage(This, Source) -> boolean()
Types:
Source = unicode:chardata()
See external documentation.
setRelatedFrame(This, Frame, Format) -> ok
Types:
Frame = wxFrame:wxFrame()
Format = unicode:chardata()
See external documentation.
setRelatedStatusBar(This, Bar) -> ok
Types:
Bar = integer()
See external documentation.
toText(This) -> unicode:charlist()
Types:
See external documentation.
destroy(This::wxHtmlWindow()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8.6 |