Index

NAME

BtGuiButtonBox -


INCLUDE

include "BtGuiButtonBox.h"

SYNTAX

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


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics