Gimp.Item.get_lock_visibility

@accepts(Gimp.Item)
@returns(bool)
def get_lock_visibility(self):
    # Python wrapper for gimp_item_get_lock_visibility()
  

Get the 'lock visibility' state of the specified item.

This procedure returns the specified item's lock visibility state.

Since 3.0

self

The item.

Returns