Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:52

0001 #ifndef Fireworks_Core_fwGC_h
0002 #define Fireworks_Core_fwGC_h
0003 
0004 class TGGC;
0005 
0006 // global graphical contexts
0007 
0008 namespace fireworks {
0009   const TGGC& boldGC();
0010   const TGGC& italicGC();
0011   const TGGC& redGC();
0012   const TGGC& greenGC();
0013 }  // namespace fireworks
0014 #endif