Logo ROOT   6.10/09
Reference Guide
Variables
TSessionDialogs.cxx File Reference
#include "TSessionDialogs.h"
#include "TSessionViewer.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TGButton.h"
#include "TList.h"
#include "TChain.h"
#include "TDSet.h"
#include "TGTextEntry.h"
#include "TGTextBuffer.h"
#include "TGNumberEntry.h"
#include "TGLabel.h"
#include "TGListView.h"
#include "TGPicture.h"
#include "TGFSContainer.h"
#include "TGFileDialog.h"
#include "TGListTree.h"
#include "TInterpreter.h"
#include "TApplication.h"
#include "TKey.h"
#include "TGTableLayout.h"
#include "TProof.h"
#include "TFileInfo.h"
#include "TGMsgBox.h"
#include "TRegexp.h"
Include dependency graph for TSessionDialogs.cxx:

Variables

static const char * gDatasetTypes []
 
static const char * gFileTypes []
 

Variable Documentation

◆ gDatasetTypes

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

Definition at line 59 of file TSessionDialogs.cxx.

◆ gFileTypes

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

Definition at line 65 of file TSessionDialogs.cxx.