mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Fix typo in FindItemById names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,7 +80,7 @@ def run():
|
||||
|
||||
c.find('FindChildItem.pos').out = True
|
||||
c.find('FindItem.menu').out = True
|
||||
c.addCppMethod('wxMenuItem*', 'FindItembyId', '(int id)', isConst=True,
|
||||
c.addCppMethod('wxMenuItem*', 'FindItemById', '(int id)', isConst=True,
|
||||
doc="""\
|
||||
FindItemById(id) -> MenuItem
|
||||
|
||||
@@ -97,7 +97,7 @@ def run():
|
||||
c.find('wxMenuBar').findOverload('wxMenu *menus[], const wxString titles[], long style=0)').ignore()
|
||||
|
||||
c.find('FindItem.menu').out = True
|
||||
c.addCppMethod('wxMenuItem*', 'FindItembyId', '(int id)', isConst=True,
|
||||
c.addCppMethod('wxMenuItem*', 'FindItemById', '(int id)', isConst=True,
|
||||
doc="""\
|
||||
FindItemById(id) -> MenuItem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user