Index

NAME

BtGuiLabelFrame -


INCLUDE

include "BtGuiLabelFrame.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics