mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user