00001 00005 class BtGuiFileSelectBox : public virtual BtGuiWidget 00006 00007 { 00008 public: 00009 BtGuiFileSelectBox(const BtGuiTkInterpreter& interf, const String& name=""); 00010 BtGuiFileSelectBox(const BtGuiTkInterpreter& interf, 00011 const BtGuiWidget& parent, 00012 const String& name=""); 00013 ~BtGuiFileSelectBox(); 00014 00015 virtual bool create(); 00016 }; 00017 00018