Package wx :: Module html
[frames | no frames]

Module wx.html

Classes for a simple HTML rendering window, HTML Help Window, etc.
Classes
DefaultHtmlRenderingStyle Proxy of C++ DefaultHtmlRenderingStyle class
HtmlBookRecord Proxy of C++ HtmlBookRecord class
HtmlCell Proxy of C++ HtmlCell class
HtmlColourCell Proxy of C++ HtmlColourCell class
HtmlContainerCell Proxy of C++ HtmlContainerCell class
HtmlContentsItem Proxy of C++ HtmlContentsItem class
HtmlDCRenderer Proxy of C++ HtmlDCRenderer class
HtmlEasyPrinting Proxy of C++ HtmlEasyPrinting class
HtmlFilter Proxy of C++ HtmlFilter class
HtmlFontCell Proxy of C++ HtmlFontCell class
HtmlHelpController Proxy of C++ HtmlHelpController class
HtmlHelpData Proxy of C++ HtmlHelpData class
HtmlHelpFrame Proxy of C++ HtmlHelpFrame class
HtmlLinkInfo Proxy of C++ HtmlLinkInfo class
HtmlParser Proxy of C++ HtmlParser class
HtmlPrintout Proxy of C++ HtmlPrintout class
HtmlRenderingInfo Proxy of C++ HtmlRenderingInfo class
HtmlRenderingState Proxy of C++ HtmlRenderingState class
HtmlRenderingStyle Proxy of C++ HtmlRenderingStyle class
HtmlSearchStatus Proxy of C++ HtmlSearchStatus class
HtmlSelection Proxy of C++ HtmlSelection class
HtmlTag Proxy of C++ HtmlTag class
HtmlTagHandler Proxy of C++ HtmlTagHandler class
HtmlWidgetCell Proxy of C++ HtmlWidgetCell class
HtmlWindow Proxy of C++ HtmlWindow class
HtmlWinParser Proxy of C++ HtmlWinParser class
HtmlWinTagHandler Proxy of C++ HtmlWinTagHandler class
HtmlWordCell Proxy of C++ HtmlWordCell class

Function Summary
  HtmlPrintout_AddFilter(filter)
  HtmlPrintout_CleanUpStatics()
  HtmlWindow_AddFilter(filter)
VisualAttributes HtmlWindow_GetClassDefaultAttributes(variant)
Get the default attributes for this class.
  HtmlWinParser_AddTagHandler(tagHandlerClass)
HtmlWindow PreHtmlWindow()

Function Details

HtmlWindow_GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)

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.

Parameters:
variant
           (type=int)
Returns:
VisualAttributes

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:11 2005 http://epydoc.sf.net