|
||
BOOLEAN undo_begin ( void )
|
|
|
Synopsis |
#include "silver.h"
The undo_begin function either starts a fresh undo item on the stack, or else starts a new nesting level within the current undo item on the stack.
|
|
Parameters |
none
|
|
Return Value |
undo_begin returns TRUE if the function executed successfully and FALSE otherwise.
|
|
Remarks |
You must match undo_begin with undo_end calls.
|
|
See Also |
|