BtGuiHList -
include "BtGuiHList.h"
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();
};
Trond Vidar Stensby, SINTEF Applied Mathematics