GimpUi.ProcedureDialog.run

@accepts(GimpUi.ProcedureDialog)
@returns(bool)
def run(self):
    # Python wrapper for gimp_procedure_dialog_run()
  

Show self and only returns when the user finished interacting with it (either validating choices or canceling).

self

the GimpUi.ProcedureDialog.

Returns