GimpUi.ProcedureDialog.set_ok_label
@accepts(GimpUi.ProcedureDialog, unicode)
@returns(none)
def set_ok_label(self, ok_label):
# Python wrapper for gimp_procedure_dialog_set_ok_label()
Changes the "OK" button's label of self to ok_label.
- self
the associated GimpUi.ProcedureDialog.
- ok_label
a label to replace the OK button's text.