wx.html.HtmlWindow
Proxy of C++ HtmlWindow class

AddFilter
AddFilter(HtmlFilter filter)

AppendToPage(args, kwargs)
AppendToPage(self, String source) -> bool

Create(args, kwargs)
Create(self, Window parent, int id=-1, Point pos=DefaultPosition, Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO, String name=HtmlWindowNameStr) -> bool

GetClassDefaultAttributes
GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes Get the default attributes for this class. This is useful if you want to use the same font or colour in your own control as in a standard control -- which is a much better idea than hard coding specific colours or fonts which might look completely out of place on the user's system, especially if it uses themes. The variant parameter is only relevant under Mac currently and is ignore under other platforms. Under Mac, it will change the size of the returned font. See `wx.Window.SetWindowVariant` for more about this.

GetInternalRepresentation(args, kwargs)
GetInternalRepresentation(self) -> HtmlContainerCell

GetOpenedAnchor(args, kwargs)
GetOpenedAnchor(self) -> String

GetOpenedPage(args, kwargs)
GetOpenedPage(self) -> String

GetOpenedPageTitle(args, kwargs)
GetOpenedPageTitle(self) -> String

GetParser(args, kwargs)
GetParser(self) -> HtmlWinParser

GetRelatedFrame(args, kwargs)
GetRelatedFrame(self) -> Frame

HasAnchor(args, kwargs)
HasAnchor(self, String anchor) -> bool

HistoryBack(args, kwargs)
HistoryBack(self) -> bool

HistoryCanBack(args, kwargs)
HistoryCanBack(self) -> bool

HistoryCanForward(args, kwargs)
HistoryCanForward(self) -> bool

HistoryClear(args, kwargs)
HistoryClear(self)

HistoryForward(args, kwargs)
HistoryForward(self) -> bool

LoadFile(args, kwargs)
LoadFile(self, String filename) -> bool

LoadPage(args, kwargs)
LoadPage(self, String location) -> bool

ReadCustomization(args, kwargs)
ReadCustomization(self, ConfigBase cfg, String path=EmptyString)

ScrollToAnchor(args, kwargs)
ScrollToAnchor(self, String anchor) -> bool

SelectAll(args, kwargs)
SelectAll(self)

SelectLine(args, kwargs)
SelectLine(self, Point pos)

SelectWord(args, kwargs)
SelectWord(self, Point pos)

SelectionToText(args, kwargs)
SelectionToText(self) -> String

SetBackgroundImage(args, kwargs)
SetBackgroundImage(self, Bitmap bmpBg)

SetBorders(args, kwargs)
SetBorders(self, int b)

SetFonts(args, kwargs)
SetFonts(self, String normal_face, String fixed_face, PyObject sizes=None)

SetPage(args, kwargs)
SetPage(self, String source) -> bool

SetRelatedFrame(args, kwargs)
SetRelatedFrame(self, Frame frame, String format)

SetRelatedStatusBar(args, kwargs)
SetRelatedStatusBar(self, int bar)

SetStandardFonts(args, kwargs)
SetStandardFonts(self, int size=-1, String normal_face=EmptyString, String fixed_face=EmptyString)

SetTitle(args, kwargs)
SetTitle(self, String title)

ToText(args, kwargs)
ToText(self) -> String

WriteCustomization(args, kwargs)
WriteCustomization(self, ConfigBase cfg, String path=EmptyString)

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'repr']
Usage: repr(a)

base_OnCellClicked(args, kwargs)
base_OnCellClicked(self, HtmlCell cell, int x, int y, MouseEvent event)

base_OnCellMouseHover(args, kwargs)
base_OnCellMouseHover(self, HtmlCell cell, int x, int y)

base_OnLinkClicked(args, kwargs)
base_OnLinkClicked(self, HtmlLinkInfo link)

base_OnSetTitle(args, kwargs)
base_OnSetTitle(self, String title)