CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
10 const TGGC& boldGC();
11 const TGGC& italicGC();
12 const TGGC& redGC();
13 const TGGC& greenGC();
14 }
15 #endif
const TGGC & redGC()
const TGGC & greenGC()
const TGGC & italicGC()
const TGGC & boldGC()