![]() |
![]()
| ![]() |
![]()
NAMEBlt_TreeReleaseToken - Releases token associated with tree object. SYNOPSIS#include <bltTree.h> int Blt_TreeReleaseToken(token) ARGUMENTS
DESCRIPTIONThis procedure releases the token associated with a C-based tree data object. When all outstanding tokens for a tree data object have been released, then the data object itself will be freed. The arguments are as follows:
RETURNSNothing. EXAMPLEThe following example creates and then releases a new token. Blt_Tree token; if (Blt_TreeCreate(interp, "myTree", &token) != TCL_OK) { KEYWORDStree, token
|