GIMP Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
gboolean gimp_undo_push_group_start (gint32 image_ID); gboolean gimp_undo_push_group_end (gint32 image_ID); |
gboolean gimp_undo_push_group_start (gint32 image_ID); |
Starts a group undo.
This function is used to start a group undo--necessary for logically combining two or more undo operations into a single operation. This call must be used in conjunction with a 'gimp-undo-push-group-end' call.