]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/menuitem.h
moving tlw list up, cleanup
[wxWidgets.git] / include / wx / mac / carbon / menuitem.h
index 7f89ee9420701270336942b5bf73e660ce7ce1ce..4be07df17b40ebc0a699b9a92dd4ad6197acdd5c 100644 (file)
@@ -35,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);
@@ -54,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