]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/menu.h
use wxTextEntry in wxTextValidator (modified patch 1821743)
[wxWidgets.git] / include / wx / palmos / menu.h
index 4980b4523cfe6bf7ad8897aba13df5d4fdc7072b..6859d70bbb7bc3ea7504f8fd769ce8ee39846d31 100644 (file)
@@ -144,8 +144,8 @@ public:
     virtual wxMenu *Remove(size_t pos);
 
     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 from now on
     WXHMENU Create();