BtGuiMeter -
include "BtGuiMeter.h"
class BtGuiMeter : public virtual BtGuiWidget
{
public:
BtGuiMeter(const BtGuiTkInterpreter& interf, const String& name="");
BtGuiMeter(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
const String& name="");
~BtGuiMeter();
virtual bool create();
};
Trond Vidar Stensby, SINTEF Applied Mathematics