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:
Stefan Csomor
2004-04-03 14:41:34 +00:00
parent ba9e5bc4bd
commit f5ea731f5d
2 changed files with 5 additions and 0 deletions

View File

@@ -230,6 +230,9 @@ public:
// 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;