Index

NAME

BtGuiMenuButton -


INCLUDE

include "BtGuiMenuButton.h"

SYNTAX

 class BtGuiMenuButton : public virtual BtGuiWidget
 {
 public:
   BtGuiMenuButton(const BtGuiTkInterpreter& interf, const String& name="");
   BtGuiMenuButton(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
                   const String& name="");
   ~BtGuiMenuButton();

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics