library: libGui
#include "TGFSComboBox.h"

TGFSComboBox


class description - source file - inheritance tree (.ps)

class TGFSComboBox : public TGComboBox

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

    public:
TGFSComboBox(const TGWindow* p, Int_t id, UInt_t options = kHorizontalFrame|kSunkenFrame|kDoubleBorder, Pixel_t back = GetWhitePixel()) TGFSComboBox(const TGFSComboBox&) ~TGFSComboBox() static TClass* Class() virtual TClass* IsA() const virtual void SavePrimitive(ofstream& 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) : TGComboBox(parent, id, options | kOwnBackground, back)
 Create a file system combobox showing system directories.

void Update(const char *path)
 Update file system combo box.

void SavePrimitive(ofstream &out, Option_t *option)
 Save a file system combo box as a C++ statement(s) on output stream out.



Inline Functions


                void ~TGFSComboBox()
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        TGFSComboBox TGFSComboBox(const TGFSComboBox&)


Author: Fons Rademakers 19/01/98
Last update: root/gui:$Name: $:$Id: TGFSComboBox.cxx,v 1.11 2004/04/20 14:48:01 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.