EZ_SMETER_RANGE
This option sets up the range of a status meter. It needs two
floating point values, low, high.
EZ_SMETER_VALUE
This option sets up the current value of a status meter. It needs one
floating point value.
EZ_SMETER_SHOW_VALUE
This option specifies whether the percentage value should
be displayed at the center of the status meter. It needs
a boolean value. The default value is FALSE.
EZ_SMETER_ORIENTATION
This option sets the orientation of a status meter. Either
EZ_HORIZONTAL or EZ_VERTICAL.
EZ_SMETER_STOPED
This option specifies whether a status meter is currently
stopped. It needs a boolean value. The default value is
False.
EZ_SMETER_BACKGROUND
This option specifies the background of a status meter.
It need a color name. The default value is the widget
background color. This attribute is different from the
widget background color. The later is used to display
the widget border.
EZ_SMETER_FOREGROUND
This option specifies the foreground of a status meter.
It need a color name.
EZ_SMETER_STYLE
This option specifies the parameters used to display the status
bar. It takes two integers, the width of individual bars and
the space between neighboring bars.
EZ_SMETER_RANGE_N
This option sets up one range of a status meter. It needs three
values, an integer index ( 4) and two floating point values, low, high.
EZ_SMETER_VALUE_N
This option sets one value of a status meter. It needs one
integer index( 4) and a floating point value.
EZ_SMETER_FOREGROUND_N
This option specifies a foreground color of a status meter.
It need two values, an index () and a color name. The
specified color is used to display the progress bar for the
th quantity.