Logo ROOT   6.10/09
Reference Guide
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:

Variables

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

Variable Documentation

◆ gOpenFileTypes

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

Definition at line 87 of file TRootBrowser.cxx.

◆ gPluginFileTypes

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

Definition at line 93 of file TRootBrowser.cxx.