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