ROOT  6.06/09
Reference Guide
Functions | Variables
TRootBrowser.cxx File Reference
#include "TROOT.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TBrowser.h"
#include "TGClient.h"
#include "TGFrame.h"
#include "TGTab.h"
#include "TGMenu.h"
#include "TGLayout.h"
#include "TGSplitter.h"
#include "TGStatusBar.h"
#include "Varargs.h"
#include "TInterpreter.h"
#include "TGFileDialog.h"
#include "TObjString.h"
#include "TVirtualPad.h"
#include "TEnv.h"
#include <KeySymbols.h>
#include "RConfigure.h"
#include "TRootBrowser.h"
#include "TGFileBrowser.h"
#include "TGInputDialog.h"
#include "TRootHelpDialog.h"
#include "TVirtualPadEditor.h"
#include "HelpText.h"
#include "Getline.h"
+ Include dependency graph for TRootBrowser.cxx:

Go to the source code of this file.

Functions

 ClassImp (TRootBrowser) TRootBrowser
 Create browser with a specified width and height. More...
 

Variables

static const char * gOpenFileTypes []
 
static const char * gPluginFileTypes []
 

Function Documentation

ClassImp ( TRootBrowser  )

Create browser with a specified width and height.

Definition at line 106 of file TRootBrowser.cxx.

Variable Documentation

const char* gOpenFileTypes[]
static
Initial value:
= {
"ROOT files", "*.root",
"All files", "*",
0, 0
}

Definition at line 87 of file TRootBrowser.cxx.

Referenced by TRootBrowser::HandleMenu().

const char* gPluginFileTypes[]
static
Initial value:
= {
"ROOT files", "*.C",
"All files", "*",
0, 0
}

Definition at line 93 of file TRootBrowser.cxx.

Referenced by TRootBrowser::HandleMenu().