Scroll to navigation

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:
 
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 0.99.2