Gimp.Item.set_visible

@accepts(Gimp.Item, bool)
@returns(bool)
def set_visible(self, visible):
    # Python wrapper for gimp_item_set_visible()
  

Set the visibility of the specified item.

This procedure sets the specified item's visibility.

Since 2.8

self

The item.

visible

The new item visibility.

Returns