SilverScreen Solid Modeler

is_redo_available

is_redo_available

Previous topic Next topic  

is_redo_available

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

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

is_undo_available, undo_begin, undo_on