Index

NAME

BtGuiStdButtonBox -


INCLUDE

include "BtGuiStdButtonBox.h"

SYNTAX

 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();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics