string
The panel style (type) as a string. Its value is one of the following:
button - Panel is a push-button.
check_button - Panel is a check button.
clock - Panel is a clock.
combo_box - Panel is a combo box.
label - Panel is a label.
list - Panel is a list.
log - Panel is a text log.
options - Panel is an options menu.
progress - Panel is a progress bar.
radio_box - Panel is a radio box.
sash - Panel is a dynamic separator line.
separator - Panel is a separator.
slider - Panel is a slider.
text - Panel is a text input box.
window - Panel is a sub-window (see note below).
This element is maintained by the system and cannot be changed directly by the user.
If panel is a sub-window with its contents allocated, then panel.style takes the value of window.style, the type of window contents allocated to the sub-window, e.g. graphic, alpha, tree etc.
Structures: |