Inherits from
- Widget: enthought.pyface.ui.wx.widget.Widget
Attributes
- control
control = Instance(wx.Gauge)
- direction
direction = Enum('horizontal', 'horizontal', 'vertical')
- parent
parent = Instance(wx.Frame)
Method summary
- __init__(self, parent, minimum = 0, maximum = 100, direction = 'horizontal', size = (200, -Const(1)))
- update(self, value)
Inherited from base classes
- destroy(self)
Methods
- __init__(self, parent, minimum = 0, maximum = 100, direction = 'horizontal', size = (200, -Const(1)))
Constructs a progress bar which can be put into a panel, or optionaly, its own window
- update(self, value)
Updates the progress bar to the desired value.