]> git.saurik.com Git - wxWidgets.git/commitdiff
debug method added for flashing invalid areas
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 27 May 2004 14:50:38 +0000 (14:50 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 27 May 2004 14:50:38 +0000 (14:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/window.h

index d20f2642cff10d5353995b808daece6915d39f63..5c9179d1ab315e69b1a6c708072fdeddf9085c2c 100644 (file)
@@ -234,6 +234,9 @@ public:
     // gets the inset from every part
     virtual void        MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
 
+    // flash the current invalid area, useful for debugging in OSX double buffered situation
+    void                MacFlashInvalidAreas() ;
+
 protected:
     // For controls like radiobuttons which are really composite
     wxList              m_subControls;
@@ -261,7 +264,7 @@ protected:
     void                MacPropagateEnabledStateChanged() ;
     void                MacPropagateHiliteChanged() ;
  
-
+    
 #if WXWIN_COMPATIBILITY_2_4
     bool                 m_backgroundTransparent ;
 #endif