Index

NAME

BtGuiControl -


INCLUDE

include "BtGuiControl.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics