GimpUi.ResourceSelectButton.set_clickable
@accepts(GimpUi.ResourceSelectButton, Gtk.Widget)
@returns(none)
def set_clickable(self, widget):
# Python wrapper for gimp_resource_select_button_set_clickable()
Called by a subclass init to specialize the instance.
Subclass knows its interior widget whose region when clicked should popup remote chooser. Self handles the click event.
Since 3.0
- self
- widget
An interior widget that emits "clicked" signal