Gimp.Item.get_lock_position

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

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

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

Since 2.10

self

The item.

Returns