git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33929
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
%Rename(FindItemById, virtual wxMenuItem*, FindItem(int id /*, wxMenu **menu = NULL*/) const);
// find menu by its caption, return wxNOT_FOUND on failure
%Rename(FindItemById, virtual wxMenuItem*, FindItem(int id /*, wxMenu **menu = NULL*/) const);
// find menu by its caption, return wxNOT_FOUND on failure
- int FindMenu(const wxString& title) const;
+ int FindMenu(const wxString& title);
// all these functions just use FindItem() and then call an appropriate
// all these functions just use FindItem() and then call an appropriate