]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Removing deprecated classes
[wxWidgets.git] / include / wx / msw / toplevel.h
index 202983d285f312b1acd3baae0057b7f732a763aa..9b7871c4a61e621ad9ac404cfc2ab4a1003fe779 100644 (file)
@@ -58,6 +58,8 @@ public:
     virtual void SetIcons(const wxIconBundle& icons );
     virtual void Restore();
 
+    virtual bool SetShape(const wxRegion& region);
+
     virtual bool Show(bool show = TRUE);
 
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
@@ -120,6 +122,7 @@ protected:
     wxWindow             *m_winLastFocused;
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW)
 };
 
 // list of all frames and modeless dialogs