debug method added for flashing invalid areas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -234,6 +234,9 @@ public:
|
|||||||
// gets the inset from every part
|
// gets the inset from every part
|
||||||
virtual void MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
|
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:
|
protected:
|
||||||
// For controls like radiobuttons which are really composite
|
// For controls like radiobuttons which are really composite
|
||||||
wxList m_subControls;
|
wxList m_subControls;
|
||||||
|
Reference in New Issue
Block a user