git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33974
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual void EnableTop(size_t pos, bool enable);
// is the menu enabled?
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);
// get or change the label of the menu at given position
virtual void SetLabelTop(size_t pos, const wxString& label);