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