SilverScreen Solid Modeler

undo_end

undo_end

Previous topic Next topic  

undo_end

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN undo_end ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_end function closes the current nesting level begun with undo_begin, possibly declaring an end to the current undo item on the stack.

 

 

Parameters

none

 

 

Return Value

undo_end returns TRUE if successful and FALSE otherwise.

 

 

Remarks

You must match a call to undo_end with a call to undo_begin.

 

 

See Also

undo_begin, undo_initialize, Undo System Usage