Derived from: BStatusBar
Declared in: myStatusBar.h
Library: libBeGUI.so
The MyStatusBar Class is used as a status bar display. It is a wrapper for the BeOS BStatusBar class.
This is the constructor. The first three parameters, paramName, paramLabel and paramTrailingLabel are passed on to the BStatusBar.
The parameter paramMaxValue is used by BStatusBar::SetMaxValue(paramMaxValue) in this CTOR code section. paramValue is not used until the AttachedToWindow() method.
The parameter paramLayoutMatrix is the LayoutMatrix to which this gadget will be attached.
This is the destructor. It does nothing.
This overrides the BStatusBar method to provide color control, and set the value; it calls the inherited version.
The BStatusBar class's method GetPreferredSize() has some problems, so I have provided a replacement which works for my needs.
for version 1.4.2
Copyright © 1998-1999 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified March 17, 1999.