Index

NAME

BtGuiCheckList -


INCLUDE

include "BtGuiCheckList.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics