GimpUi.ProcedureDialog.prototype.set_ok_label

function set_ok_label(ok_label: String): void {
    // Gjs wrapper for gimp_procedure_dialog_set_ok_label()
}
  

Changes the "OK" button's label of dialog to ok_label.

ok_label

a label to replace the OK button's text.