Package wx :: Package lib :: Package agw :: Module supertooltip
[frames | no frames]

Module wx.lib.agw.supertooltip

Description

SuperToolTip is a class that mimics the behaviour of wx.TipWindow and generic tooltip windows, although it is a custom-drawn widget. This class supports:

And a lot more. Check the demo for an almost complete review of the functionalities.

Supported Platforms

SuperToolTip has been tested on the following platforms:
  • Windows (Windows XP).

Latest Revision: Andrea Gavana @ 30 January 2009, 09.00 GMT Version 0.2


Classes
SuperToolTip The main class for L{SuperToolTip}, which holds all the methods and setters/getters available to the user.
ToolTipWindow A simple wx.PopupWindow that holds fancy tooltips.
ToolTipWindowBase Base class for the different Windows and Mac implementation.

Function Summary
  ExtractLink(line)
Extract the link from an hyperlink line.
  GetStyleKeys()
Returns the predefined styles keywords.
  MakeBold(font)
Makes a font bold.

Function Details

ExtractLink(line)

Extract the link from an hyperlink line.

@param line: the line of text to be processed.

GetStyleKeys()

Returns the predefined styles keywords.

MakeBold(font)

Makes a font bold. Utility method.

@param font: the font to be made bold.


Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:44 2009 http://epydoc.sf.net