+ // flash the current invalid area, useful for debugging in OSX double buffered situation
+ void MacFlashInvalidAreas() ;
+#if wxMAC_USE_CORE_GRAPHICS
+ void * MacGetCGContextRef() { return m_cgContextRef ; }
+ void MacSetCGContextRef(void * cg) { m_cgContextRef = cg ; }
+#endif