Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all
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:wxWindow() Equivalent to new(Parent, []). new(Parent, Options::[Option]) -> wxHtmlWindow() Types: Parent = wxWindow: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 = unicode:chardata() See external documentation. getOpenedAnchor(This) -> unicode:charlist() Types: This = wxHtmlWindow() See external documentation. getOpenedPage(This) -> unicode:charlist() Types: This = wxHtmlWindow() See external documentation. getOpenedPageTitle(This) -> unicode:charlist() Types: This = wxHtmlWindow() See external documentation. getRelatedFrame(This) -> wxFrame: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 = unicode:chardata() See external documentation. loadPage(This, Location) -> boolean() Types: This = wxHtmlWindow() Location = unicode:chardata() See external documentation. selectAll(This) -> ok Types: This = wxHtmlWindow() See external documentation. selectionToText(This) -> unicode:charlist() 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 = unicode:chardata() Fixed_face = unicode:chardata() Equivalent to setFonts(This, Normal_face, Fixed_face, []). setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok Types: This = wxHtmlWindow() Normal_face = unicode:chardata() Fixed_face = unicode:chardata() Option = {sizes, integer()} See external documentation. setPage(This, Source) -> boolean() Types: This = wxHtmlWindow() Source = unicode:chardata() See external documentation. setRelatedFrame(This, Frame, Format) -> ok Types: This = wxHtmlWindow() Frame = wxFrame:wxFrame() Format = unicode:chardata() See external documentation. setRelatedStatusBar(This, Bar) -> ok Types: This = wxHtmlWindow() Bar = integer() See external documentation. toText(This) -> unicode:charlist() Types: This = wxHtmlWindow() See external documentation. destroy(This::wxHtmlWindow()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.8.3 wxHtmlWindow(3erl)