Document other layer_group-relevant procedures in gimp_layer_group_new.

This commit is contained in:
Ed J 2014-05-03 03:37:05 +01:00
parent 8e42cfa171
commit 7338c0309e
1 changed files with 3 additions and 0 deletions

View File

@ -209,6 +209,9 @@ This procedure creates a new layer group. Attributes such as layer mode
and opacity should be set with explicit procedure calls. Add the new
layer group (which is a kind of layer) with the
gimp_image_insert_layer() command.
Other procedures useful with layer groups: gimp_image_reorder_item(),
gimp_item_get_parent(), gimp_item_get_children(), gimp_item_is_group().
HELP
&barak_pdb_misc('2010', '2.8');