Index

NAME

BtGuiButton -


INCLUDE

include "BtGuiButton.h"

SYNTAX

 class BtGuiButton : public virtual BtGuiWidget
 {
   Handle(BtGuiCallback) command_;

 public:
   BtGuiButton(const BtGuiTkInterpreter& interf, const String& name="");
   BtGuiButton(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
               const String& name="");
   ~BtGuiButton();

   virtual bool create();

   void setCommand             (const BtGuiCallback& command);
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics