]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
allow setting empty tooltip in SetIcon() (patch 1750994)
[wxWidgets.git] / include / wx / msw / toplevel.h
index ff20508a5a8bfaa6945ae0c7611631d4afae1938..48e7e512e4cda6450a498440d66e350768f5b410 100644 (file)
@@ -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?