|
||
BOOLEAN is_undo_stopped ( void )
|
|
|||
Synopsis |
#include "silver.h"
The is_undo_stopped function determines if the undo system has been stopped
|
|
||
Parameters |
none
|
|
||
Return Value |
is_undo_stopped returns TRUE if the undo system has been stopped and FALSE otherwise
|
|
||
Remarks |
When the undo system is stopped commands, undo commands, and redo commands are not recorded.
|
|
||
See Also |
|
|
||
Example |
The following example shows how to stop the undo system, then reinitialize it with the same undo limit
|
|