Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

BtGuiExFileSelectBox.h

Go to the documentation of this file.
00001 
00005 class BtGuiExFileSelectBox : public virtual BtGuiWidget
00006 
00007 {
00008 public:
00009   BtGuiExFileSelectBox(const BtGuiTkInterpreter& interf,
00010                        const String& name="");
00011   BtGuiExFileSelectBox(const BtGuiTkInterpreter& interf,
00012                        const BtGuiWidget& parent,
00013                        const String& name="");
00014   ~BtGuiExFileSelectBox();
00015 
00016   virtual bool create();
00017 };
00018 
00019 

Copyright © 2003 inuTech GmbH. All rights reserved.