36 Int_t *argc,
char **argv)
82 for (i = 0; i < *argc; i++) {
83 if (argv[i] && !strcmp(argv[i],
"-display")) {
84 if (argv[i+1] && strlen(argv[i+1]) && argv[i+1][0] !=
'-') {
94 for (i = 0; i < *argc; i++) {
char * StrDup(const char *str)
Duplicate the string str.
R__EXTERN TSystem * gSystem
R__ALWAYS_INLINE Bool_t IsZombie() const
This class create the ROOT native GUI version of the ROOT application environment.
void GetOptions(Int_t *argc, char **argv)
Handle command line arguments.
virtual ~TRootApplication()
Delete ROOT application environment.
Bool_t IsCmdThread()
By default (for UNIX) ROOT is a single thread application For win32gdk returns kTRUE if it's called f...
virtual void SetDisplay()
Set DISPLAY environment variable based on utmp entry. Only for UNIX.