Element: panel.quiet

Type

numeric

Description

The "quiet" status of the panel. This attribute applies only to panels of type check_button, radio_box, slider and text.

For a check_button, if this attribute has a value of 1, then the on/off indicator in the panel is only displayed when the panel has an on value. When this attribute has a value of 0, the panel’s indicator is visible at all times.

For a radio_box it indicates whether the indicator buttons are shown alongside all radio-box options or only on the one currently selected. If the attribute has the value of 1, only the currently selected option has its indicator displayed. If the attribute has the value of 0, indicators are shown alongside all options.

For a slider in quiet mode the slider value is not displayed. When not in quiet mode the slider value is displayed. This corresponds to the -show switch on panel creation.

For a progress bar in quiet mode the progress value is not displayed. When not in quiet mode the prohgress value is displayed. This corresponds to the -show switch on panel creation.

For a single-line text sub-panel in quiet mode, after a change of text value the contents are scrolled so that the left-most text becomes visible. When not in quiet mode, the contents are scrolled so that the the right-most text becomes visible. This corresponds to the -lv switch at panel creation time.

This element is set at panel creation time and is then read-only.