NAME
EZ_TreeSetCharacter - specify the parameters to display a
tree
SYNOPSIS
#include <EZ.h>
void EZ_TreeSetTreeCharacter(EZ_TreeNode *root, int type,
int indent, int spacing, int drawbranch)
ARGUMENTS
root Specifies the root node.
type Specifies the tree type. Must be one of EZ_TREE or
EZ_LIST_TREE.
indent Specifies the indentation between a node and chil-
dren nodes, in pixels.
spacing Specifies the vertical spacing between neighboring
nodes.
drawbranch Specifies whether to draw a thin line between
parent and children nodes. For EZ_TREE type trees, a value
bigger than one indicates that the branches be drawn in
zigzaged horizontal and vertical line segaments.
DESCRIPTION
EZ_TreeSetTreeCharacter sets the parameters used to dis-
play a tree.
SEE ALSO
EZ_CreateTreeNode(3), EZ_TreeTraverseTree(3)