]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toplevel.h
Addition at simple wxObject*, support into wxVariant.
[wxWidgets.git] / include / wx / mac / toplevel.h
index aa32bec6ee1625217c8d8a0be9667891b2dc1274..182c916c031a8bf0e706661c611d975998055444 100644 (file)
@@ -58,6 +58,8 @@ public:
     virtual void SetIcons(const wxIconBundle& icons) { SetIcon( icons.GetIcon( -1 ) ); }
     virtual void Restore();
 
+    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; }