|
||
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 |
|