GimpUi.Dialog.run

@accepts(GimpUi.Dialog)
@returns(int)
def run(self):
    # Python wrapper for gimp_dialog_run()
  

This function does exactly the same as gtk_dialog_run() except it does not make the dialog modal while the GLib.MainLoop is running.

self

a GimpUi.Dialog

Returns