]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_menu.i
Version
[wxWidgets.git] / wxPython / src / _menu.i
index 9e9d7e7f4b901e5881cdec28df54c5495d1be939..e756e6fa9f87ac4780e047f11c050c5b3636b6ad 100644 (file)
@@ -279,7 +279,8 @@ public:
     void Check(int id, bool check);
     bool IsChecked(int id) const;
     bool IsEnabled(int id) const;
-
+    // TODO: bool IsEnabled() const;
+     
     void SetLabel(int id, const wxString &label);
     wxString GetLabel(int id) const;