]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
1. regenerated the makefiles to include menucmn.cpp
[wxWidgets.git] / include / wx / msw / menuitem.h
index aa26ee21582fd6cde6809a4623d197c5c062cca2..e07225ee6ac2d5999f418601df840c131c6d45e7 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()