wxHtmlWindow
Description
See external documentation: wxHtmlWindow.
This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler
DATA TYPES
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()}
getOpenedAnchor(This) -> unicode:charlist()
Types
This = wxHtmlWindow()
getOpenedPage(This) -> unicode:charlist()
Types
This = wxHtmlWindow()
getOpenedPageTitle(This) -> unicode:charlist()
Types
This = wxHtmlWindow()
getRelatedFrame(This) -> wxFrame:wxFrame()
Types
This = wxHtmlWindow()
Types
This = wxHtmlWindow()
Types
This = wxHtmlWindow()
Types
This = wxHtmlWindow()
Types
This = wxHtmlWindow()
Types
This = wxHtmlWindow()
Types
This = wxHtmlWindow()
selectionToText(This) -> unicode:charlist()
Types
This = wxHtmlWindow()
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
Types
This = wxHtmlWindow()
Normal_face = unicode:chardata()
Fixed_face = unicode:chardata()
Option = {sizes, integer()}
toText(This) -> unicode:charlist()
Types
This = wxHtmlWindow()