]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
Avoid setting attributes in GTK wxDataViewRenderer if not supported.
[wxWidgets.git] / include / wx / menu.h
index 4fc2b26f9d73042a3b54662b75a2262182367a1a..876a72e1622568fa47dcd0538b11bb2b48c9d803 100644 (file)
@@ -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