]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
added inactive titlebar text colour
[wxWidgets.git] / include / wx / msw / menuitem.h
index aa26ee21582fd6cde6809a4623d197c5c062cca2..c848d5840a58f9b4b2021bf603f40bf3a8f53ad9 100644 (file)
@@ -49,6 +49,7 @@ public:
 
     virtual void Enable(bool bDoEnable = TRUE);
     virtual void Check(bool bDoCheck = TRUE);
+    virtual bool IsChecked() const;
 
     // unfortunately needed to resolve ambiguity between
     // wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable()
@@ -59,9 +60,6 @@ public:
     // menu handle depending on what we're
     int GetRealId() const;
 
-    // delete the submenu
-    void DeleteSubMenu();
-
 private:
     DECLARE_DYNAMIC_CLASS(wxMenuItem)
 };