Index

NAME

BtGuiMeter -


INCLUDE

include "BtGuiMeter.h"

SYNTAX

 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();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics