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