]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
remove SetBackgroundStyle call from OnInternalIdle, it should be done from realize...
[wxWidgets.git] / include / wx / msw / toplevel.h
index 39756b355b86fa86508696b2ba3fff8f4d0b12e5..ec937af348f8a949702c599c7eebb5a835c21c85 100644 (file)
@@ -57,9 +57,6 @@ public:
 
     virtual void SetLayoutDirection(wxLayoutDirection dir);
 
-#ifndef __WXWINCE__
-    virtual bool SetShape(const wxRegion& region);
-#endif // __WXWINCE__
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
 
     virtual bool Show(bool show = true);