]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
fix ifdef - its libpng not pnglib :)
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index 1eadf131e36bfa5f58694a06e4cac15b2389c8c1..de3c083448ec9e073ec5d76103e788c9e1891b9e 100644 (file)
@@ -66,9 +66,8 @@ public:
 
     virtual bool SetShape(const wxRegion& region);
 
-    virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style) = wxFULLSCREEN_ALL)
-    { return FALSE; }
-    virtual bool IsFullScreen() const { return FALSE; }
+    virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
+    virtual bool IsFullScreen() const ;
 
     // implementation from now on
     // --------------------------
@@ -102,6 +101,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();
@@ -122,6 +123,7 @@ protected:
     WXWindow m_macWindow ;
 
     wxWindowMac* m_macFocus ;
+    void *m_macFullScreenData ;
 
     static wxTopLevelWindowMac *s_macDeactivateWindow;
 private :