]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
moved SetBestSize() to .cpp file; set min size from it
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index 1eadf131e36bfa5f58694a06e4cac15b2389c8c1..bf854094b97f1e2b643705ce0fdeafc60d543ce6 100644 (file)
@@ -102,6 +102,8 @@ public:
 
     WXEVENTHANDLERREF    MacGetEventHandler() { return m_macEventHandler ; }
 
+    virtual void        MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
+
 protected:
     // common part of all ctors
     void Init();