don't define SetShape() for Windows CE; use wxTLWBase::GetDefaultSize() to avoid creating too big windows under CE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-04-04 17:27:31 +00:00
parent 0c089c0826
commit 2a47cb1ba2
2 changed files with 24 additions and 39 deletions

View File

@@ -58,7 +58,9 @@ public:
virtual void SetIcons(const wxIconBundle& icons );
virtual void Restore();
#ifndef __WXWINCE__
virtual bool SetShape(const wxRegion& region);
#endif // __WXWINCE__
virtual bool Show(bool show = TRUE);