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