TGFSComboBox
class description - source file - inheritance tree
    public:
         TGFSComboBox TGFSComboBox(const TGWindow* p, Int_t id, UInt_t options = kHorizontalFrame|kSunkenFrame|kDoubleBorder, ULong_t back = GetWhitePixel())
         TGFSComboBox TGFSComboBox(const TGFSComboBox&)
                 void ~TGFSComboBox()
       static TClass* Class()
      virtual TClass* IsA() const
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
         virtual void Update(const char* path)
                                                                      
 TGFSComboBox, TGTreeLBEntry                                          
                                                                      
 This is a combo box that is used in the File Selection dialog box.   
 It will allow the file path selection.                               
                                                                      
 TGFSComboBox(const TGWindow *parent, Int_t id, UInt_t options,
                           ULong_t back) :
   TGComboBox(parent, id, options | kOwnBackground, back)
 Create a file system combobox showing system directories.
void Update(const char *path)
 Update file system combo box.
Inline Functions
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        TGFSComboBox TGFSComboBox(const TGFSComboBox&)
                void ~TGFSComboBox()
Author: Fons Rademakers 19/01/98
Last update: root/gui:$Name:  $:$Id: TGFSComboBox.cxx,v 1.7 2001/11/28 16:05:41 rdm Exp $
Copyright  (C) 1995-2000, Rene Brun and Fons Rademakers.               *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.