Gimp.Item.set_expanded
@accepts(Gimp.Item, bool)
@returns(bool)
def set_expanded(self, expanded):
# Python wrapper for gimp_item_set_expanded()
Sets the expanded state of the item.
This procedure expands or collapses the item.
Since 2.10
- self
The item.
- expanded
TRUE to expand the item, FALSE to collapse the item.
- Returns