Diffpack Documentation


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

BtGuiExFileSelectDialog.h

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

Copyright © 2003 inuTech GmbH. All rights reserved.