Index

NAME

BtGuiFrame -


INCLUDE

include "BtGuiFrame.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics