Inherits from
- MProgressDialog: enthought.pyface.i_progress_dialog.MProgressDialog
- Window: enthought.pyface.ui.wx.window.Window
Attributes
- can_cancel
can_cancel = Bool(False)
- cancel_button_label
Label for the 'cancel' button
cancel_button_label = Str('Cancel')
- dialog_size
dialog_size = Instance(wx.Size)
- margin
margin = Int(5)
- max
max = Int
- message
message = Property()
- min
min = Int
- progress_bar
progress_bar = Instance(ProgressBar)
- show_percent
show_percent = Bool(False)
- show_time
show_time = Bool(False)
- title
title = Str
Inherited from base classes
Method summary
- __init__(self, *args, **kw)
- change_message(self, value)
- close(self)
- open(self)
- update(self, value)
Inherited from base classes
Methods
- __init__(self, *args, **kw)
- change_message(self, value)
- close(self)
- open(self)
- update(self, value)
updates the progress bar to the desired value. If the value is >= the maximum and the progress bar is not contained in another panel the parent window will be closed