X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index 4fc2b26f9d..466d50675a 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -498,7 +498,9 @@ public: #if WXWIN_COMPATIBILITY_2_8 // get or change the label of the menu at given position - wxDEPRECATED( void SetLabelTop(size_t pos, const wxString& label) ); + // Deprecated in favour of SetMenuLabel + wxDEPRECATED( void SetLabelTop(size_t pos, const wxString& label) ); + // Deprecated in favour of GetMenuLabelText wxDEPRECATED( wxString GetLabelTop(size_t pos) const ); #endif