Index

NAME

BtGuiExFileSelectBox -


INCLUDE

include "BtGuiExFileSelectBox.h"

SYNTAX

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

   virtual bool create();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics