- // calculates the real window position and size from the native control
- void MacGetPositionAndSizeFromControl(int& x, int& y,
- int& w, int& h) const ;
-
- // gets the inset from every part
- virtual void MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
-
- // visibly flash the current invalid area:
- // useful for debugging in OSX composited (double-buffered) situation
- void MacFlashInvalidAreas() ;
-