BtGuiTree -
include "BtGuiTree.h"
class BtGuiTree : public virtual BtGuiWidget
{
public:
BtGuiTree(const BtGuiTkInterpreter& interf, const String& name="");
BtGuiTree(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
const String& name="");
~BtGuiTree();
virtual bool create();
};
Trond Vidar Stensby, SINTEF Applied Mathematics