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