]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_menu.i
apparently the check for too small rect is needed not only with wxNB_MULTILINE (see...
[wxWidgets.git] / wxPython / src / _menu.i
index 38fe89cae55e3bded304ea5f643f6b9cdec89a06..dc6f3baa2138cf6f4e504cce0dabb88ade7b35e1 100644 (file)
@@ -249,7 +249,7 @@ public:
     virtual void EnableTop(size_t pos, bool enable);
 
     // is the menu enabled?
-    virtual bool IsEnabledTop(size_t WXUNUSED(pos)) const { return true; }
+    virtual bool IsEnabledTop(size_t pos) const;
 
     // get or change the label of the menu at given position
     virtual void SetLabelTop(size_t pos, const wxString& label);