| 
        
            | Methods |  |  
        | __init__ bind
 clearstatus
 destroy
 showstatus
 tagbind
 tagunbind
 unbind
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent=None,
        **kw,
        )
 |  
            |  | 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 )
 |  |