Index

NAME

BtGuiHList -


INCLUDE

include "BtGuiHList.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics