Index

NAME

BtGuiTList -


INCLUDE

include "BtGuiTList.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics