class documentation

class ProgressDialog(Gtk.Dialog): (source)

View In Hierarchy

Dialog to show a progress bar for a operation
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
def __init__(self, parent, op): (source)
Constructor
Parameters
parenteither a parent gtk widget or None. Only used to set the dialog on top of the right parent window
opoperation that supports a "step" signal, a "finished" signal and a "run_on_idle" method - see NotebookOperation for the default implementation
def do_response(self, id): (source)

Undocumented

def on_finished(self, op): (source)

Undocumented

def on_step(self, op, info): (source)

Undocumented

def run(self): (source)

Undocumented

def show_all(self): (source)

Undocumented

cancelled: bool = (source)

Undocumented

msg_label = (source)

Undocumented

Undocumented

progressbar = (source)

Undocumented

_total = (source)

Undocumented