GimpUi.ProcBrowserDialog.get_selected

@accepts(GimpUi.ProcBrowserDialog)
@returns(unicode)
def get_selected(self):
    # Python wrapper for gimp_proc_browser_dialog_get_selected()
  

Retrieves the name of the currently selected procedure.

Since 2.4

self

a GimpUi.ProcBrowserDialog

Returns