undo_group_start


Description:

public bool undo_group_start ()

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 undo_group_end call.

Parameters:

this

The ID of the image in which to open an undo group.

Returns:

TRUE on success.