Gimp.Item.is_drawable
@accepts(Gimp.Item)
@returns(bool)
def is_drawable(self):
# Python wrapper for gimp_item_is_drawable()
Returns whether the item is a drawable.
This procedure returns TRUE if the specified item is a drawable.
Since 2.8
- self
The item.
- Returns