BtGuiSelect -
include "BtGuiSelect.h"
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();
};
Trond Vidar Stensby, SINTEF Applied Mathematics