Gimp.Item.set_lock_content

@accepts(Gimp.Item, bool)
@returns(bool)
def set_lock_content(self, lock_content):
    # Python wrapper for gimp_item_set_lock_content()
  

Set the 'lock content' state of the specified item.

This procedure sets the specified item's lock content state.

Since 2.8

self

The item.

lock_content

The new item 'lock content' state.

Returns