Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module balloontip :: Class BalloonTip |
|
object
--+
|
BalloonTip
Method Summary | |
---|---|
Default class constructor. | |
The destruction timer has expired. | |
Enable/disable globally the BalloonTip. | |
Returns the BalloonTip background colour. | |
Returns the BalloonTip top-left icon. | |
Returns the BalloonTip tip message. | |
Returns the BalloonTip frame shape. | |
Returns the BalloonTip tipstyle. | |
Returns the BalloonTip top title. | |
Returns the delay time after which the BalloonTip is destroyed. | |
Returns the colour for the tip message. | |
Returns the font for the tip message. | |
Returns the delay time after which the BalloonTip is created. | |
Returns the target window for the BalloonTip. | |
Returns the colour for the top title. | |
Returns the font for the top title. | |
The creation timer has expired. | |
Handles the target destruction. | |
Handles the mouse motion inside the taskbar icon. | |
Starts the BalloonTip timer for creation. | |
Handles the wx.EVT_LEAVE_WINDOW for the target control/window. | |
Handle the mouse motion inside the target. | |
Sets the BalloonTip background colour. | |
Sets the BalloonTip top-left icon. | |
Sets the BalloonTip tip message. | |
Sets the BalloonTip frame shape. | |
Sets the BalloonTip tipstyle. | |
Sets the BalloonTip top title. | |
Sets the delay time after which the BalloonTip is destroyed. | |
Sets the colour for the tip message. | |
Sets the font for the tip message. | |
Sets the delay time after which the BalloonTip is created. | |
Sets the target control/window for the BalloonTip. | |
Sets the colour for the top title. | |
Sets the font for the top title. | |
This timer check periodically the mouse position. |
Method Details |
---|
__init__(self,
topicon=None,
toptitle='',
message='',
shape=1,
tipstyle=3)
|
DestroyTimer(self)The destruction timer has expired. Destroys the BalloonTip frame. |
EnableTip(self, enable=True)Enable/disable globally the BalloonTip. |
GetBalloonColour(self)Returns the BalloonTip background colour. |
GetBalloonIcon(self)Returns the BalloonTip top-left icon. |
GetBalloonMessage(self)Returns the BalloonTip tip message. |
GetBalloonShape(self)Returns the BalloonTip frame shape. |
GetBalloonTipStyle(self)Returns the BalloonTip tipstyle. |
GetBalloonTitle(self)Returns the BalloonTip top title. |
GetEndDelay(self)Returns the delay time after which the BalloonTip is destroyed. |
GetMessageColour(self)Returns the colour for the tip message. |
GetMessageFont(self)Returns the font for the tip message. |
GetStartDelay(self)Returns the delay time after which the BalloonTip is created. |
GetTarget(self)Returns the target window for the BalloonTip. |
GetTitleColour(self)Returns the colour for the top title. |
GetTitleFont(self)Returns the font for the top title. |
NotifyTimer(self)The creation timer has expired. creates the BalloonTip frame. |
OnDestroy(self, event)Handles the target destruction. |
OnTaskBarMove(self, event)Handles the mouse motion inside the taskbar icon. |
OnWidgetEnter(self, event)Starts the BalloonTip timer for creation. |
OnWidgetLeave(self, event)Handles the wx.EVT_LEAVE_WINDOW for the target control/window. If the BalloonTip tipstyle is set to BT_LEAVE, the BalloonTip is destroyed. |
OnWidgetMotion(self, event)Handle the mouse motion inside the target. This prevents the annoying behavior of BalloonTip to display when the user does something else inside the window. The BalloonTip window is displayed only when the mouse does not move for the start delay time. |
SetBalloonColour(self, colour=None)Sets the BalloonTip background colour. |
SetBalloonIcon(self, icon)Sets the BalloonTip top-left icon. |
SetBalloonMessage(self, message)Sets the BalloonTip tip message. it should not be empty. |
SetBalloonShape(self, shape=1)Sets the BalloonTip frame shape. it should be one of bt_rounded, bt_rectangle. |
SetBalloonTipStyle(self, tipstyle=3)Sets the BalloonTip tipstyle. It should be one of BT_LEAVE, BT_CLICK, BT_BUTTON. |
SetBalloonTitle(self, title='')Sets the BalloonTip top title. |
SetEndDelay(self, delay=1000000.0)Sets the delay time after which the BalloonTip is destroyed. |
SetMessageColour(self, colour=None)Sets the colour for the tip message. |
SetMessageFont(self, font=None)Sets the font for the tip message. |
SetStartDelay(self, delay=1)Sets the delay time after which the BalloonTip is created. |
SetTarget(self, widget)Sets the target control/window for the BalloonTip. |
SetTitleColour(self, colour=None)Sets the colour for the top title. |
SetTitleFont(self, font=None)Sets the font for the top title. |
TaskBarTimer(self)This timer check periodically the mouse position. If the current mouse position is sufficiently far from the coordinates it had when entered the taskbar icon and the BalloonTip style is BT_LEAVE, the BalloonTip frame is destroyed. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:53:23 2009 | http://epydoc.sf.net |