]> git.saurik.com Git - wxWidgets.git/commitdiff
support for insets of native controls, sigh...
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 15 May 2004 14:57:00 +0000 (14:57 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 15 May 2004 14:57:00 +0000 (14:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/window.h

index 1b3dda550381ff6d63ea2958a439e647df36b283..1867a32c8fbcce242ad9889bebe0ac5be9c09541 100644 (file)
@@ -239,10 +239,15 @@ protected:
     wxList              m_subControls;
     // number of calls to Freeze() minus number of calls to Thaw()
     unsigned int        m_frozenness;
-    
+    // the true native ControlRef / = HIViewRef on OSX
     WXWidget            m_macControl ;
+    // true if is is not a native control but a wxWindow control
        bool                            m_macIsUserPane ;
     wxBrush             m_macBackgroundBrush ;
+    // topleft inset of the mac control from the wx top left corner
+    wxPoint             m_macTopLeftInset ;
+    // bottom right inset of the mac control from the wx bottom right corner
+    wxPoint             m_macBottomRightInset ;
     
     wxScrollBar*        m_hScrollBar ;
     wxScrollBar*        m_vScrollBar ;