A status meter implements the progress bar. It has either a vertical or a horizontal orientation. A status meter is capable of displaying 5 distinct quantities simultaneously.
Status meters are created by calling EZ_CreateWidget
with type
EZ_WIDGET_STATUS_METER
or by using the next function.
EZ_Widget *EZ_CreateStatusMeter(EZ_Widget *parent)