Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TRootBrowser.cxx File Reference

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 102 of file TRootBrowser.cxx.

◆ gPluginFileTypes

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

Definition at line 108 of file TRootBrowser.cxx.