Gimp.Image.prototype.raise_item
function raise_item(item: Gimp.Item): Boolean {
// Gjs wrapper for gimp_image_raise_item()
}
Raise the specified item in its level in its item tree
This procedure raises the specified item one step in the item tree. The procedure call will fail if there is no item above it.
Since 2.8
- item
The item to raise.
- Returns
TRUE on success.