Revision e3b6895a3dc62f57af3e7019b8a9b76eb97ed790 authored by Olivier Couet on 06 October 2006, 12:12:34 UTC, committed by Olivier Couet on 06 October 2006, 12:12:34 UTC
  replace middle mouse button with left mouse button + shift.


git-svn-id: http://root.cern.ch/svn/root/trunk@16465 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 117f95c
Raw File
dt_wrap.C
void dt_wrap(const char* from, Int_t mode = 0, Int_t verboseLevel = 0) {
   gROOT->ProcessLine(".L dt_RunDrawTest.C+");
   int status = !dt_RunDrawTest(from,mode,verboseLevel);
   if (verboseLevel==0) gSystem->Exit(status);
}
back to top