library: libGui
#include "TGFSComboBox.h"

TGFSComboBox


class description - header file - source file - inheritance tree (.pdf)

class TGFSComboBox : public TGComboBox

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
TGWidget
<-
TGComboBox
<-
TGFSComboBox

    public:
TGFSComboBox(const TGWindow* p = 0, Int_t id = -1, UInt_t options = kHorizontalFrame|kSunkenFrame|kDoubleBorder, Pixel_t back = GetWhitePixel()) TGFSComboBox(const TGFSComboBox&) ~TGFSComboBox() static TClass* Class() virtual TClass* IsA() const virtual void SavePrimitive(ostream& out, Option_t* option = "") virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void Update(const char* path)

Data Members




Class Description

                                                                      
 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)
 Create a file system combobox showing system directories.
void Update(const char *path)
 Update file system combo box.
void SavePrimitive(ostream &out, Option_t *option /*= ""*/)
 Save a file system combo box as a C++ statement(s) on output stream out.
TGFSComboBox(const TGWindow *p = 0, Int_t id = -1, UInt_t options = kHorizontalFrame | kSunkenFrame | kDoubleBorder, Pixel_t back = GetWhitePixel())

Author: Fons Rademakers 19/01/98
Last update: root/gui:$Name: $:$Id: TGFSComboBox.cxx,v 1.19 2006/07/03 16:10:45 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.