Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module balloontip :: Class BalloonFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ | BalloonFrame
Method Summary | |
---|---|
Default class constructor. | |
Handles the wx.EVT_CLOSE event. | |
Handles the wx.EVT_ENTER_WINDOW for the BalloonTip button. | |
Handles the wx.EVT_LEAVE_WINDOW for the BalloonTip button. | |
Sets the balloon shape. |
Property Summary |
---|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
classparent=None)
|
OnClose(self, event)Handles the wx.EVT_CLOSE event. |
OnEnterButton(self, event)Handles the wx.EVT_ENTER_WINDOW for the BalloonTip button. When the BalloonTip is created with the tipstyle=BT_BUTTON, this event provide some kind of 3d effect when the mouse enters the button area. |
OnLeaveButton(self, event)Handles the wx.EVT_LEAVE_WINDOW for the BalloonTip button. When the BalloonTip is created with the tipstyle=BT_BUTTON, this event restore the button appearance when the mouse leaves the button area. |
SetBalloonShape(self, event=None)Sets the balloon shape. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:10 2009 | http://epydoc.sf.net |