removed not implemented anyhow SetIcons()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-18 17:45:27 +00:00
parent 476bd16521
commit 0d6fba3793
2 changed files with 17 additions and 28 deletions

View File

@@ -60,9 +60,6 @@ public:
virtual bool IsMaximized() const;
virtual void Iconize(bool iconize = true);
virtual bool IsIconized() const;
#ifndef __WXUNIVERSAL__
virtual void SetIcons(const wxIconBundle& icons);
#endif
virtual void Restore();
virtual bool SetShape(const wxRegion& region);
@@ -129,7 +126,7 @@ protected:
// should the frame be maximized when it will be shown? set by Maximize()
// when it is called while the frame is hidden
bool m_maximizeOnShow;
WXWindow m_macWindow ;
wxWindowMac* m_macFocus ;
@@ -156,6 +153,6 @@ private :
};
// list of all frames and modeless dialogs
extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;
extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;
#endif // _WX_MSW_TOPLEVEL_H_