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