Index

NAME

BtGuiListBox -


INCLUDE

include "BtGuiListBox.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics