Gimp.Item.set_lock_position

@accepts(Gimp.Item, bool)
@returns(bool)
def set_lock_position(self, lock_position):
    # Python wrapper for gimp_item_set_lock_position()
  

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

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

Since 2.10

self

The item.

lock_position

The new item 'lock position' state.

Returns