]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / osx / toplevel.h
index 7983b8c5c6adb1b03df4aee496ae3ce2be10aa38..f544bf99def01ce3c220775a7c104349e839e75c 100644 (file)
@@ -49,6 +49,9 @@ public:
 
     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);