string
The text associated with a panel. This is often the visible text, but can be set to other values. The size of the array depends on the panel type:
button [0] - Not applicable.
check_button [2] - Two values corresponding to the on/off states of the toggle.
clock [0] - Not applicable.
combo_box [1] - The text displayed in the input box.
dial [0] - Not applicable.
label [0] - Not applicable.
list [<n>] - User values corresponding to options. Empty strings access panel.label.
log [0] - Not applicable.
options [<n>] - User values corresponding to options. Empty strings access panel.label.
progress [0] - Not applicable.
radio_box [<n>] - User values corresponding to options. Empty strings access panel.label.
sash [0] - Not applicable.
separator [0] - Not applicable.
slider [0] - Not applicable.
text [<n>] - The text displayed in the input box; one string value for each line of text.
window [0] - Not applicable.
where <n> is the number of options.
Using this element, a panel can return (via panel.tvalue) different text values from those actually visible.