Index

NAME

BtGuiTree -


INCLUDE

include "BtGuiTree.h"

SYNTAX

 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();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics