Package peppy :: Package lib :: Module controls :: Class ModularStatusBarInfo
[frames] | no frames]

Class ModularStatusBarInfo

object --+
         |
        ModularStatusBarInfo

Instance Methods
 
__init__(self, parent, widths=[-1, 150])
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
reset(self)
 
addIcon(self, bmp, tooltip=None)
 
setText(self, text, field=0)
 
startProgress(self, text, max=100, cancel=False, message=None)
 
updateProgress(self, value)
 
isCancelled(self)
 
isInProgress(self)
 
stopProgress(self, text='Completed.')
 
updateMessage(self, msg)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, parent, widths=[-1, 150])
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)