GimpUi.ResourceSelectButton.close_popup
@accepts(GimpUi.ResourceSelectButton)
@returns(none)
def close_popup(self):
# Python wrapper for gimp_resource_select_button_close_popup()
Closes the popup resource chooser dialog associated with self.
FUTURE: Possibly obsolete this by making it private, since only called by script-fu-interface.c. Might be needed if we allow plugins to implement their own dialogs.
Since 2.4
- self