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