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:
parent
8602802568
commit
0253bbbabc
@ -725,6 +725,7 @@ WXDLLIMPEXP_BASE bool wxEndsWithPathSeparator(const wxString& filename);
|
|||||||
#if WXWIN_COMPATIBILITY_2_8
|
#if WXWIN_COMPATIBILITY_2_8
|
||||||
// split the full path into path (including drive for DOS), name and extension
|
// split the full path into path (including drive for DOS), name and extension
|
||||||
// (understands both '/' and '\\')
|
// (understands both '/' and '\\')
|
||||||
|
// Deprecated in favour of wxFileName::SplitPath
|
||||||
wxDEPRECATED( WXDLLIMPEXP_BASE void wxSplitPath(const wxString& fileName,
|
wxDEPRECATED( WXDLLIMPEXP_BASE void wxSplitPath(const wxString& fileName,
|
||||||
wxString *pstrPath,
|
wxString *pstrPath,
|
||||||
wxString *pstrName,
|
wxString *pstrName,
|
||||||
|
@ -498,7 +498,9 @@ public:
|
|||||||
|
|
||||||
#if WXWIN_COMPATIBILITY_2_8
|
#if WXWIN_COMPATIBILITY_2_8
|
||||||
// get or change the label of the menu at given position
|
// 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) );
|
wxDEPRECATED( void SetLabelTop(size_t pos, const wxString& label) );
|
||||||
|
// Deprecated in favour of GetMenuLabelText
|
||||||
wxDEPRECATED( wxString GetLabelTop(size_t pos) const );
|
wxDEPRECATED( wxString GetLabelTop(size_t pos) const );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user