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