Element: treenode.class_label

Type

string

Description

The default label for the treenode class of treenode.

When a new node is added to a tree window, if no label is specified and the new node is a "class" node, this class value is used.

This values is redefinable via a treenode class name but not via a treenode instance name, e.g. if a treenode "mynode" is of class "database_t", then database_t.class_label can be set, but mynode.class_image may not.

There is no default label for new "value" nodes. If a "value" node is created without a label, a label is derived on the fly.