![]() |
![]()
| ![]() |
![]()
NAMEBlt_TreeName - Returns the name of the tree data object. SYNOPSIS#include <bltTree.h> char * Blt_TreeName(tree) ARGUMENTS
DESCRIPTIONThis procedure returns the name of the C-based tree data object. The arguments are as follows:
RETURNSThe name of the tree object is returned. The name will be fully qualified with a namespace context. EXAMPLEThe following example prints the name of the new tree. Blt_Tree token; if (Blt_TreeCreate(interp, NULL, &token) != TCL_OK) { KEYWORDSTcl_TreeGetToken, Tcl_TreeExists, Tcl_TreeReleaseToken
|