Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
_buttonpress
|
_buttonpress ( self, event )
|
|
_destroy
|
_destroy ( self, event )
|
|
_enter
|
_enter (
self,
event,
widget,
statusHelp,
balloonHelp,
isItem,
)
|
|
_leave
|
_leave ( self, event )
|
|
_relmouse
|
_relmouse ( self )
Exceptions
|
|
ValueError, 'bad relmouse option ' + repr(self [ 'relmouse' ] ) + ': should be one of \'both\', \'x\', ' + '\'y\' or \'none\''
|
|
|
_showBalloon
|
_showBalloon (
self,
widget,
balloonHelp,
isItem,
)
|
|
_state
|
_state ( self )
Exceptions
|
|
ValueError, 'bad state option ' + repr(self [ 'state' ] ) + ': should be one of \'both\', \'balloon\', ' + '\'status\' or \'none\''
|
|
|
bind
|
bind (
self,
widget,
balloonHelp,
statusHelp=None,
)
|
|
clearstatus
|
clearstatus ( self )
|
|
destroy
|
destroy ( self )
|
|
showstatus
|
showstatus ( self, statusHelp )
|
|
tagbind
|
tagbind (
self,
widget,
tagOrItem,
balloonHelp,
statusHelp=None,
)
|
|
tagunbind
|
tagunbind (
self,
widget,
tagOrItem,
)
|
|
unbind
|
unbind ( self, widget )
|
|