Index

NAME

BtGuiScrolledGrid -


INCLUDE

include "BtGuiScrolledGrid.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics