SilverScreen Solid Modeler

undo_set_description

undo_set_description

Previous topic Next topic  

undo_set_description

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void undo_set_description ( const char *description )

 

const char *description;   // A pointer to a null-terminated character string

 

 

 




Synopsis

#include "silver.h"

 

The undo_set_description function describes the current undo item on the stack.

 

 

Parameters

description is a null-terminated string that describes the command sequence.

 

 

Return Value

none

 

 

Remarks

undo_set_description is only relevant within an undo_begin and undo_end pair.

 

 

See Also

undo_begin, undo_end, Undo System Usage