]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / menu.h
index 79dd28ef618af876a3f4d5bef5f4357c8a324404..6e1e91a5ad2790128b9bf7c8fbe498c556ee5f9a 100644 (file)
@@ -450,6 +450,7 @@ public:
     void Check(int itemid, bool check);
     bool IsChecked(int itemid) const;
     bool IsEnabled(int itemid) const;
+    virtual bool IsEnabled() const { return wxWindow::IsEnabled(); }
 
     void SetLabel(int itemid, const wxString &label);
     wxString GetLabel(int itemid) const;
@@ -498,7 +499,7 @@ protected:
 #else // !wxUSE_BASE_CLASSES_ONLY
 #if defined(__WXUNIVERSAL__)
     #include "wx/univ/menu.h"
-#elif defined(__PALMOS__)
+#elif defined(__WXPALMOS__)
     #include "wx/palmos/menu.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/menu.h"