Index

NAME

BtGuiDirSelectDialog -


INCLUDE

include "BtGuiDirSelectDialog.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics