Gimp.Item.get_children
@accepts(Gimp.Item, int)
@returns([Gimp.Item])
def get_children(self, num_children):
# Python wrapper for gimp_item_get_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 2.8
- self
The item.
- num_children
The item's number of children.
- Returns