Gimp.Item.list_children
@accepts(Gimp.Item)
@returns([Gimp.Item])
def list_children(self):
# Python wrapper for gimp_item_list_children()
Returns the item's list of children.
This procedure returns the list of items which are children of the specified item. The order is topmost to bottommost.
Since 3.0
- self
The item.
- Returns