Element: treenode.value_image[2]

Type

string

Description

The value image file names for the treenode class of treenode.

When a new node is added to a tree window, if no images are specified, class values are used. There are 2 types of default image values, one for a "class" node and one for a "value" node. If the new node is a value node then <class>.value_image is used, where <class> is the treenode class of the new node.

Two images are permitted, the first displayed when the node is contracted, the second displayed when the node is expanded.

These values are 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.value_image can be set, but mynode.value_image may not.

Images in tree windows are all displayed with the same dimensions, typically 16 x 16 pixels. They are scaled if necessary.