debian man page for blt_treename

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)

__________________________________________________________________________________________________________________________________________________

NAME
Blt_TreeName - Returns the name of the tree data object.
SYNOPSIS
#include <bltTree.h> char * Blt_TreeName(tree)
ARGUMENTS
Blt_Tree tree (in) Token for the tree object. _________________________________________________________________
DESCRIPTION
This 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.
RETURNS
The name of the tree object is returned. The name will be fully qualified with a namespace context.
EXAMPLE
The 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));
KEYWORDS
Tcl_TreeGetToken, Tcl_TreeExists, Tcl_TreeReleaseToken
BLT
2.4 Blt_TreeName(3)
Related Man Pages
blt_treegetnode(3) - debian
blt_treegettoken(3) - debian
blt_treeexists(3) - debian
blt_treereleasetoken(3) - debian
git-write-tree(1) - suse
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com