ROOT  6.06/09
Reference Guide
Functions | Variables
TGResourcePool.cxx File Reference
#include "RConfigure.h"
#include "TGResourcePool.h"
#include "TGClient.h"
#include "TGWindow.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TEnv.h"
#include "TVirtualX.h"
#include "TGGC.h"
#include "TGPicture.h"
#include "TGFont.h"
#include "TGMimeTypes.h"
+ Include dependency graph for TGResourcePool.cxx:

Go to the source code of this file.

Functions

 ClassImp (TGResourcePool) TGResourcePool
 Create the global GUI resource pool manager. More...
 

Variables

const int gray_width = 8
 
const int gray_height = 8
 
static unsigned char gray_bits []
 

Function Documentation

ClassImp ( TGResourcePool  )

Create the global GUI resource pool manager.

Definition at line 56 of file TGResourcePool.cxx.

Variable Documentation

unsigned char gray_bits[]
static
Initial value:
= {
0x55, 0xaa, 0x55, 0xaa,
0x55, 0xaa, 0x55, 0xaa
}

Definition at line 50 of file TGResourcePool.cxx.

Referenced by ClassImp().

const int gray_height = 8

Definition at line 49 of file TGResourcePool.cxx.

Referenced by ClassImp().

const int gray_width = 8

Definition at line 48 of file TGResourcePool.cxx.

Referenced by ClassImp().