X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..83b4d26c143314e9bb0425246e4cd85e83984ae8:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index 4fc2b26f9d..876a72e162 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 + // 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