Index

NAME

BtGuiMessage -


INCLUDE

include "BtGuiMessage.h"

SYNTAX

 class BtGuiMessage : public virtual BtGuiWidget
 {
 public:
   BtGuiMessage(const BtGuiTkInterpreter& interf, const String& name="");
   BtGuiMessage(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
                const String& name="");
   ~BtGuiMessage();

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics