Gimp.Item.get_expanded

@accepts(Gimp.Item)
@returns(bool)
def get_expanded(self):
    # Python wrapper for gimp_item_get_expanded()
  

Returns whether the item is expanded.

This procedure returns True if the specified item is expanded.

Since 2.10

self

The item.

Returns