add a few comments about wxDEPRECATED stuff to ease upgrade path (closes #10628)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user