Where did wxMenuItem::GetAccelFromString go?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-12-30 03:33:04 +00:00
parent db399def0e
commit 803287a77a

View File

@@ -117,6 +117,7 @@ def run():
c.find('GetAccel').factory = True
c.find('GetAccelFromString').ignore() # Not implemented anywere?
module.addItem(tools.wxListWrapperTemplate('wxMenuItemList', 'wxMenuItem', module))