|
||
BOOLEAN is_redo_available ( void )
|
|
|
Synopsis |
#include "silver.h"
The is_redo_available function determines if the undo system can execute the redo command.
|
|
Parameters |
none
|
|
Return Value |
is_redo_available returns TRUE if the undo system is enabled and in a state which permits the redo command, and it returns FASLE otherwise.
|
|
Remarks |
The redo command is available when the undo system is on and an undo-able command has been issued.
|
|
See Also |
|