Index

NAME

BtGuiCanvas -


INCLUDE

include "BtGuiCanvas.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics