]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
Use FWD version of DLL export macro in forward declaration.
[wxWidgets.git] / include / wx / osx / toplevel.h
index 7983b8c5c6adb1b03df4aee496ae3ce2be10aa38..3cc75c482031ddfe2ee854f38f17327cccdb0a65 100644 (file)
@@ -44,11 +44,14 @@ public:
                 const wxString& name = wxFrameNameStr);
 
     virtual ~wxTopLevelWindowMac();
-    
+
     virtual bool Destroy();
 
     virtual wxPoint GetClientAreaOrigin() const;
 
+    virtual bool SetShape(const wxRegion& region)
+        { return DoSetShape(region); }
+
     // Attracts the users attention to this window if the application is
     // inactive (should be called when a background event occurs)
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
@@ -68,7 +71,7 @@ public:
 
     virtual void SetTitle( const wxString& title);
     virtual wxString GetTitle() const;
-     
+
 protected:
     // common part of all ctors
     void Init();