Index

NAME

BtGuiTopLevel -


INCLUDE

include "BtGuiTopLevel.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics