git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26586
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; }
+ virtual void MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
+
protected:
// common part of all ctors
void Init();
// 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 ) ;
+
protected:
// For controls like radiobuttons which are really composite
wxList m_subControls;