
PANEL_MAX_VALUE
Specifies the maximum value of the slider, gauge, or numeric text item.
Argument: int
Default: 100
Procs: create, get, set
Objects: Panel_numeric_text_item, Panel_gauge_item, Panel_slider_item
See Also: 7.13
PANEL_MAX_VALUE_STRING
Maximum value string for the slider. On horizontal sliders, the maximum value string appears to the
right of the maximum end box. On vertical sliders, the maximum value string appears above the max-
imum end box. The string is copied when this attribute is set.
Argument: char *
Default: No maximum value string
Procs: create,get,set
Objects: Panel_slider_item
See Also: 7.13
PANEL_MIN_TICK_STRING
String which appears underneath the minimum tick mark on horizontal sliders or gauges, or to the
right of the minimum tick mark on vertical sliders or gauges. If
PANEL_TICKS is 0
PANEL_MIN_TICK_STRING
is ignored. The width of the slider or gauge may be adjusted to insure
that there is enough space to accommodate both the minimum and maximum tick strings. The string
is copied when this attribute is set.
Argument: char *
Default: No minimum tick string
Procs: create, get, set
Objects: Panel_slider_item, Panel_gauge_item
See Also: 7.13
PANEL_MIN_VALUE
Specifies the minimum value of the slider, gauge, or numeric text item.
Argument: int
Default: 0
Procs: create, get, set
Objects: Panel_slider_item, Panel_numeric_text_item, Panel_gauge_item
See Also: 7.13
PANEL_MIN_VALUE_STRING
Minim