Gimp.Unit.is_built_in
@accepts(Gimp.Unit)
@returns(bool)
def is_built_in(self):
# Python wrapper for gimp_unit_is_built_in()
Returns whether the unit is built-in.
This procedure returns self is a built-in unit. In particular the deletion flag cannot be set on built-in units.
Since 3.0
- self
the unit.
- Returns