00001 00005 class BtGuiStdButtonBox : public virtual BtGuiWidget 00006 00007 { 00008 public: 00009 BtGuiStdButtonBox(const BtGuiTkInterpreter& interf, const String& name=""); 00010 BtGuiStdButtonBox(const BtGuiTkInterpreter& interf, 00011 const BtGuiWidget& parent, const String& name=""); 00012 ~BtGuiStdButtonBox(); 00013 00014 virtual bool create(); 00015 }; 00016 00017