Gimp.Layer.is_floating_sel

@accepts(Gimp.Layer)
@returns(bool)
def is_floating_sel(self):
    # Python wrapper for gimp_layer_is_floating_sel()
  

Is the specified layer a floating selection?

This procedure returns whether the layer is a floating selection. Floating selections are special cases of layers which are attached to a specific drawable.

self

The layer.

Returns