git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37532
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
GetSizer()->SetSizeHints(this);
if (centreFlags)
Centre(centreFlags);
GetSizer()->SetSizeHints(this);
if (centreFlags)
Centre(centreFlags);
+#else
+ wxUnusedVar(centreFlags);
#endif
#if defined(__SMARTPHONE__)
if (m_bookCtrl)
m_bookCtrl->SetFocus();
#endif
#if defined(__SMARTPHONE__)
if (m_bookCtrl)
m_bookCtrl->SetFocus();
- wxUnusedVar(centreFlags);
wxLogLastError(wxT("TB_INSERTBUTTON"));
return false;
}
wxLogLastError(wxT("TB_INSERTBUTTON"));
return false;
}
#else
if ( !::InsertMenu(GetHmenu(), mswpos,
MF_BYPOSITION | MF_POPUP | MF_STRING,
#else
if ( !::InsertMenu(GetHmenu(), mswpos,
MF_BYPOSITION | MF_POPUP | MF_STRING,