X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e53b3d16de127872e39bf276f7e616b32f161645..4566dcbe24d452b729b0bad3f72ad63e6a60037c:/src/osx/notebook_osx.cpp?ds=inline diff --git a/src/osx/notebook_osx.cpp b/src/osx/notebook_osx.cpp index 053c972bbe..dad2a6c5c4 100644 --- a/src/osx/notebook_osx.cpp +++ b/src/osx/notebook_osx.cpp @@ -82,7 +82,7 @@ bool wxNotebook::Create( wxWindow *parent, return false; m_peer = wxWidgetImpl::CreateTabView(this,parent, id, pos, size, style, GetExtraStyle() ); - + MacPostControlCreate( pos, size ); return true ; @@ -282,7 +282,7 @@ bool wxNotebook::InsertPage(size_t nPage, return true; } -int wxNotebook::HitTest(const wxPoint& pt, long * flags) const +int wxNotebook::HitTest(const wxPoint& WXUNUSED(pt), long * WXUNUSED(flags)) const { int resultV = wxNOT_FOUND; #if 0 @@ -510,7 +510,7 @@ void wxNotebook::ChangePage(int nOldSel, int nSel) m_peer->SetValue( m_nSelection + 1 ) ; } -bool wxNotebook::HandleClicked( double timestampsec ) +bool wxNotebook::OSXHandleClicked( double WXUNUSED(timestampsec) ) { bool status = false ;