concentrating content and structure region calculations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -102,6 +102,8 @@ public:
|
|||||||
|
|
||||||
WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; }
|
WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; }
|
||||||
|
|
||||||
|
virtual void MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// common part of all ctors
|
// common part of all ctors
|
||||||
void Init();
|
void Init();
|
||||||
|
@@ -230,6 +230,9 @@ public:
|
|||||||
// calculates the real window position and size from the native control
|
// calculates the real window position and size from the native control
|
||||||
void MacGetPositionAndSizeFromControl(int& x, int& y,
|
void MacGetPositionAndSizeFromControl(int& x, int& y,
|
||||||
int& w, int& h) const ;
|
int& w, int& h) const ;
|
||||||
|
// gets the inset from every part
|
||||||
|
virtual void MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
|
||||||
|
|
||||||
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