]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menu.h
use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable
[wxWidgets.git] / include / wx / motif / menu.h
index 22ed6b55a0185204957803d8c54ae5030ea9332f..a48c219af04a68b37b6e250f6ae108bde42ba8d3 100644 (file)
@@ -130,8 +130,8 @@ public:
     virtual wxMenuItem* FindItem( int id, wxMenu **menu = NULL ) const;
 
     virtual void EnableTop( size_t pos, bool flag );
-    virtual void SetLabelTop( size_t pos, const wxString& label );
-    virtual wxString GetLabelTop( size_t pos ) const;
+    virtual void SetMenuLabel( size_t pos, const wxString& label );
+    virtual wxString GetMenuLabel( size_t pos ) const;
 
     // implementation only from now on
     // -------------------------------