]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/menuitem.h
forward port from 2.8
[wxWidgets.git] / include / wx / mac / carbon / menuitem.h
index 17e5362089cdd3ecd79dec41c7038fb09b0999df..4be07df17b40ebc0a699b9a92dd4ad6197acdd5c 100644 (file)
@@ -17,6 +17,7 @@
 // ----------------------------------------------------------------------------
 
 #include "wx/defs.h"
+#include "wx/bitmap.h"
 
 // ----------------------------------------------------------------------------
 // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
@@ -34,7 +35,7 @@ public:
     virtual ~wxMenuItem();
 
     // override base class virtuals
-    virtual void SetText(const wxString& strName);
+    virtual void SetItemLabel(const wxString& strName);
 
     virtual void Enable(bool bDoEnable = true);
     virtual void Check(bool bDoCheck = true);
@@ -53,6 +54,8 @@ public:
     void SetRadioGroupEnd(int end);
 
 private:
+    void DoUpdateItemBitmap( WXHMENU menu, wxUint16 index) ;
+
     void UncheckRadio() ;
 
     // the positions of the first and last items of the radio group this item