Index

NAME

BtGuiEntry -


INCLUDE

include "BtGuiEntry.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics