GimpUi.DrawableChooser.set_drawable

@accepts(GimpUi.DrawableChooser, Gimp.Drawable)
@returns(none)
def set_drawable(self, drawable):
    # Python wrapper for gimp_drawable_chooser_set_drawable()
  

Sets the currently selected drawable. This will select the drawable in both the button and any chooser popup.

Since 3.0

self

A GimpUi.DrawableChooser

drawable

Drawable to set.