Gimp.Item.get_visible
@accepts(Gimp.Item)
@returns(bool)
def get_visible(self):
# Python wrapper for gimp_item_get_visible()
Get the visibility of the specified item.
This procedure returns the specified item's visibility.
Since 2.8
- self
The item.
- Returns