Logo ROOT   6.10/09
Reference Guide
InitGui.cxx
Go to the documentation of this file.
1 // @(#)root/base:$Id$
2 // Author: Fons Rademakers 15/01/98
3 
4 ////////////////////////////////////////////////////////////////////////////////
5 /// Initialize the GUI and windowing system interface.
6 /// This version initializes the ROOT native GUI system.
7 
8 void InitGui()
9 {
10  // Dummy for backward compatability.
11  // Loading of libraries and initialization of graphics objects is
12  // done in TApplication::LoadGraphicsLibs().
13 }
14 
void InitGui()
Initialize the GUI and windowing system interface.
Definition: InitGui.cxx:8