Gimp.Image.prototype.lower_item

function lower_item(item: Gimp.Item): Boolean {
    // Gjs wrapper for gimp_image_lower_item()
}
  

Lower the specified item in its level in its item tree

This procedure lowers the specified item one step in the item tree. The procedure call will fail if there is no item below it.

Since 2.8

item

The item to lower.

Returns

TRUE on success.