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