JG ROOT Tools libraries  version 5.0 - august 2014
RGGlobal.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RGGlobal.hh
3  *
4  * Include file for GUI global variables
5  */
6 //======================================================================
7 
8 #ifndef RG_GLOBAL_HH
9 #define RG_GLOBAL_HH
10 
11 // ROOT include files
12 #include <TObject.h>
13 
14 ///! Time interval for double-click (in milliseconds)
15 extern Int_t rgDoubleClickDelay;
16 
17 #endif
Int_t rgDoubleClickDelay
! Time interval for double-click (in milliseconds)
Definition: RGGlobal.cpp:11