]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/menuitem.h
enable the search engine so that the manual which gets built on http://wx.ibaku.net...
[wxWidgets.git] / include / wx / cocoa / menuitem.h
index 3596f68cc0adfbe0209ec31405287b1a81caa448..f0e7d137d1a1341841ca1332a5021003ba62bbdf 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2002/12/13
 // Author:      David Elliott
 // Modified by:
 // Created:     2002/12/13
-// RCS-ID:      $Id: 
+// RCS-ID:      $Id:
 // Copyright:   (c) 2002 David Elliott
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 2002 David Elliott
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -54,6 +54,7 @@ public:
     void CocoaItemSelected();
     bool Cocoa_validateMenuItem();
 protected:
     void CocoaItemSelected();
     bool Cocoa_validateMenuItem();
 protected:
+    void CocoaSetKeyEquivalent();
     WX_NSMenuItem m_cocoaNSMenuItem;
     static wxMenuItemCocoaHash sm_cocoaHash;
     static wxObjcAutoRefFromAlloc<struct objc_object *> sm_cocoaTarget;
     WX_NSMenuItem m_cocoaNSMenuItem;
     static wxMenuItemCocoaHash sm_cocoaHash;
     static wxObjcAutoRefFromAlloc<struct objc_object *> sm_cocoaTarget;
@@ -62,7 +63,7 @@ protected:
 // ------------------------------------------------------------------------
 public:
     // override base class virtuals to update the item appearance on screen
 // ------------------------------------------------------------------------
 public:
     // override base class virtuals to update the item appearance on screen
-    virtual void SetText(const wxString& text);
+    virtual void SetItemLabel(const wxString& text);
     virtual void SetCheckable(bool checkable);
 
     virtual void Enable(bool enable = TRUE);
     virtual void SetCheckable(bool checkable);
 
     virtual void Enable(bool enable = TRUE);