Gimp.Item.get_children

@accepts(Gimp.Item)
@returns([Gimp.Item])
def get_children(self):
    # 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.

Returns