git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60563
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if WXWIN_COMPATIBILITY_2_8
// split the full path into path (including drive for DOS), name and extension
// (understands both '/' and '\\')
#if WXWIN_COMPATIBILITY_2_8
// split the full path into path (including drive for DOS), name and extension
// (understands both '/' and '\\')
+// Deprecated in favour of wxFileName::SplitPath
wxDEPRECATED( WXDLLIMPEXP_BASE void wxSplitPath(const wxString& fileName,
wxString *pstrPath,
wxString *pstrName,
wxDEPRECATED( WXDLLIMPEXP_BASE void wxSplitPath(const wxString& fileName,
wxString *pstrPath,
wxString *pstrName,
#if WXWIN_COMPATIBILITY_2_8
// get or change the label of the menu at given position
#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
wxDEPRECATED( wxString GetLabelTop(size_t pos) const );
#endif