Index

NAME

BtGuiSelect -


INCLUDE

include "BtGuiSelect.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics