|
||
BOOLEAN is_undo_suspended ( void )
|
|
|
Synopsis |
#include "silver.h"
The is_undo_suspended function determines if the undo system has been suspended (paused).
|
|
Parameters |
none
|
|
Return Value |
is_undo_suspended returns TRUE if the undo system has been suspended and FALSE otherwise.
|
|
Remarks |
When the undo system is suspended commands, undo commands, and redo commands are not recorded.
|
|
See Also |
|