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:
@@ -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);
|
||||
|
@@ -604,7 +604,6 @@ wxMacTopLevelMouseEventHandler(EventHandlerCallRef WXUNUSED(handler),
|
||||
currentMouseWindow->SetFocus();
|
||||
}
|
||||
|
||||
ControlPartCode dummyPart ;
|
||||
// if built-in find control is finding the wrong control (ie static box instead of overlaid
|
||||
// button, we cannot let the standard handler do its job, but must handle manually
|
||||
|
||||
@@ -1065,13 +1064,6 @@ wxPoint wxTopLevelWindowMac::GetClientAreaOrigin() const
|
||||
return wxPoint(0, 0) ;
|
||||
}
|
||||
|
||||
#ifndef __WXUNIVERSAL__
|
||||
void wxTopLevelWindowMac::SetIcons( const wxIconBundle& icons )
|
||||
{
|
||||
// { SetIcon( icons.GetIcon( -1 ) ); }
|
||||
}
|
||||
#endif
|
||||
|
||||
void wxTopLevelWindowMac::MacSetBackgroundBrush( const wxBrush &brush )
|
||||
{
|
||||
wxTopLevelWindowBase::MacSetBackgroundBrush( brush ) ;
|
||||
|
Reference in New Issue
Block a user