table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+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: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:
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxHtmlWindow()
Types:
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size,
{W::integer(), H::integer()}} | {style, integer()}
See external documentation.
appendToPage(This, Source) -> boolean()
Types:
This = wxHtmlWindow()
Source = chardata() (see module unicode)
See external documentation.
getOpenedAnchor(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
See external documentation.
getOpenedPage(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
See external documentation.
getOpenedPageTitle(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
See external documentation.
getRelatedFrame(This) -> wxFrame() (see module wxFrame)
Types:
This = wxHtmlWindow()
See external documentation.
historyBack(This) -> boolean()
Types:
This = wxHtmlWindow()
See external documentation.
historyCanBack(This) -> boolean()
Types:
This = wxHtmlWindow()
See external documentation.
historyCanForward(This) -> boolean()
Types:
This = wxHtmlWindow()
See external documentation.
historyClear(This) -> ok
Types:
This = wxHtmlWindow()
See external documentation.
historyForward(This) -> boolean()
Types:
This = wxHtmlWindow()
See external documentation.
loadFile(This, Filename) -> boolean()
Types:
This = wxHtmlWindow()
Filename = chardata() (see module unicode)
See external documentation.
loadPage(This, Location) -> boolean()
Types:
This = wxHtmlWindow()
Location = chardata() (see module unicode)
See external documentation.
selectAll(This) -> ok
Types:
This = wxHtmlWindow()
See external documentation.
selectionToText(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
See external documentation.
selectLine(This, Pos) -> ok
Types:
This = wxHtmlWindow()
Pos = {X::integer(), Y::integer()}
See external documentation.
selectWord(This, Pos) -> ok
Types:
This = wxHtmlWindow()
Pos = {X::integer(), Y::integer()}
See external documentation.
setBorders(This, B) -> ok
Types:
This = wxHtmlWindow()
B = integer()
See external documentation.
setFonts(This, Normal_face, Fixed_face) -> ok
Types:
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
Types:
This = wxHtmlWindow()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Option = {sizes, integer()}
See external documentation.
setPage(This, Source) -> boolean()
Types:
This = wxHtmlWindow()
Source = chardata() (see module unicode)
See external documentation.
setRelatedFrame(This, Frame, Format) -> ok
Types:
This = wxHtmlWindow()
Frame = wxFrame() (see module wxFrame)
Format = chardata() (see module unicode)
See external documentation.
setRelatedStatusBar(This, Bar) -> ok
Types:
This = wxHtmlWindow()
Bar = integer()
See external documentation.
toText(This) -> charlist() (see module unicode)
Types:
This = wxHtmlWindow()
See external documentation.
destroy(This::wxHtmlWindow()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.3.1 |