CMS 3D CMS Logo

GlobalContexts.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_fwGC_h
2 #define Fireworks_Core_fwGC_h
3 
4 class TGGC;
5 
6 // global graphical contexts
7 
8 namespace fireworks {
9  const TGGC& boldGC();
10  const TGGC& italicGC();
11  const TGGC& redGC();
12  const TGGC& greenGC();
13 } // namespace fireworks
14 #endif
const TGGC & redGC()
const TGGC & greenGC()
const TGGC & italicGC()
const TGGC & boldGC()