string
The text label or labels associated with a panel. This is usually the visible text. The size of the array depends on the panel type:
button [1] - The text displayed in the button.
check_button [1] - The text displayed alongside the toggle.
clock [0] - Not applicable.
combo_box [<n>] - The text of the options in the pulldown menu.
dial [0] - Not applicable.
label [1] - The label text.
list [<n>] - The text of the scrollable list.
log [0] - Not applicable.
options [<n>] - The text of the options.
progress [0] - Not applicable.
radio_box [<n>] - The text displayed alongside the toggles.
sash [0] - Not applicable.
separator [0] - Not applicable.
slider [0] - Not applicable.
tab_button [1] - The label displayed in the button.
text [0] - Not applicable.
window [0] - Not applicable.
where <n> is the number of options.
For combo_box, list and options panels, the array length is variable. For all others it is fixed.
For image-type panels the values of this array are null.
Changing this element will effect an immediate visible change in the panel.