git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54841
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- virtual bool Show(bool show)
+ virtual bool Show(bool WXUNUSED(show))
- virtual bool ShowWithEffect(bool show, wxShowEffect effect, unsigned timeout)
+ virtual bool ShowWithEffect(bool show, wxShowEffect WXUNUSED(effect), unsigned WXUNUSED(timeout))
- virtual bool SetTransparent(wxByte alpha)
+ virtual bool SetTransparent(wxByte WXUNUSED(alpha))
- virtual bool SetBackgroundColour(const wxColour& col )
+ virtual bool SetBackgroundColour(const wxColour& WXUNUSED(col) )
- virtual void SetExtraStyle( long exStyle )
+ virtual void SetExtraStyle( long WXUNUSED(exStyle) )
- virtual bool SetBackgroundStyle(wxBackgroundStyle style)
+ virtual bool SetBackgroundStyle(wxBackgroundStyle WXUNUSED(style))
virtual void GetPosition( int &x, int &y ) const = 0;
virtual void GetSize( int &width, int &height ) const = 0;
virtual void GetPosition( int &x, int &y ) const = 0;
virtual void GetSize( int &width, int &height ) const = 0;
- virtual bool SetShape(const wxRegion& region)
+ virtual bool SetShape(const wxRegion& WXUNUSED(region))