X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d43eb2a0d52d9cf09c73d596076d4fd8c81ef0df..59953bf4ba167311fb0cd2c2c0f3d5d0475b98c8:/include/wx/msw/toplevel.h?ds=sidebyside diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index ff20508a5a..48e7e512e4 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -52,7 +52,6 @@ public: virtual bool IsMaximized() const; virtual void Iconize(bool iconize = true); virtual bool IsIconized() const; - virtual void SetIcon(const wxIcon& icon); virtual void SetIcons(const wxIconBundle& icons ); virtual void Restore(); @@ -129,8 +128,10 @@ protected: // override those to return the normal window coordinates even when the // window is minimized +#ifndef __WXWINCE__ virtual void DoGetPosition(int *x, int *y) const; virtual void DoGetSize(int *width, int *height) const; +#endif // __WXWINCE__ // is the window currently iconized?