Skip to content

core: add function gimp_drawable_is_group_layer

A helper function to test if a drawable is a group of layers:

For example:

if (gimp_drawable_is_group_layer (drawable))
  do this;

Merge request reports

Loading