Query: blt_treename
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Blt_TreeName(3) BLT Library Procedures Blt_TreeName(3) __________________________________________________________________________________________________________________________________________________NAMEBlt_TreeName - Returns the name of the tree data object.SYNOPSIS#include <bltTree.h> char * Blt_TreeName(tree)ARGUMENTSBlt_Tree tree (in) Token for the tree object. _________________________________________________________________DESCRIPTIONThis procedure returns the name of the C-based tree data object. The arguments are as follows: tree Token for the tree object. The token must have been previously obtained via Blt_TreeGetToken or Blt_TreeCreate.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) { return TCL_ERROR; } printf("tree is %s ", Blt_TreeName(token));KEYWORDSTcl_TreeGetToken, Tcl_TreeExists, Tcl_TreeReleaseTokenBLT2.4 Blt_TreeName(3)
Related Man Pages |
---|
blt_treecreatenode(3) - debian |
blt_treegettoken(3) - debian |
blt_treereleasetoken(3) - debian |
ptree(1) - hpux |
mkdoc::xml::token(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |