|
||
void undo_suspend ( void )
|
|
|
Synopsis |
#include "silver.h"
The undo_suspend function pauses the undo and redo system (all recording will stop)
|
|
Parameters |
none
|
|
Return Value |
none
|
|
Remarks |
This function is used to temporarily pause recording of undo and redo commands to the undo system.
|
|
See Also |
Undo System Usage, undo_resume, undo_begin, Undo System Usage, is_undo_suspended |
|