class ProgressDialog(Gtk.Dialog): (source)
Method | __init__ |
No summary |
Method | do_response |
Undocumented |
Method | on_finished |
Undocumented |
Method | on_step |
Undocumented |
Method | run |
Undocumented |
Method | show_all |
Undocumented |
Instance Variable | cancelled |
Undocumented |
Instance Variable | msg_label |
Undocumented |
Instance Variable | op |
Undocumented |
Instance Variable | progressbar |
Undocumented |
Instance Variable | _total |
Undocumented |
Parameters | |
parent | either a parent gtk widget or None. Only used to set the dialog on top of the right parent window |
op | operation that supports a "step" signal, a "finished" signal and a "run_on_idle" method - see NotebookOperation for the default implementation |