Index

NAME

BtGuiLabel -


INCLUDE

include "BtGuiLabel.h"

SYNTAX

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


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics