ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
core
base
src
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
InitGui
void InitGui()
Initialize the GUI and windowing system interface.
Definition:
InitGui.cxx:8