ignore ShowWindowModalThenDo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-09-08 19:02:03 +00:00
parent 4895d5f47e
commit ad970056d3

View File

@@ -44,6 +44,10 @@ def run():
# PocketPC only, don't think we'll need these ;)
c.find('DoOK').ignore()
c.find('GetToolBar').ignore()
# Uses a template, but it would be easier to reimplement it in Python if
# it is ever needed so don't bother complexifying the wrapper for it.
c.find('ShowWindowModalThenDo').ignore()
# Release the GIL for potentially blocking or long-running functions
c.find('ShowModal').releaseGIL()