Add wxWindowModalDialogEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-25 04:10:34 +00:00
parent 2348f50748
commit 6467ff5c06

View File

@@ -19,7 +19,8 @@ DOCSTRING = ""
# this script.
ITEMS = [
'wxDialog',
'wxDialogLayoutAdapter',
'wxDialogLayoutAdapter',
'wxWindowModalDialogEvent',
]
#---------------------------------------------------------------------------
@@ -49,8 +50,6 @@ def run():
c.find('OnSysColourChanged').ignore()
# TODO: Restore when wxArrayInt is working
c.find('GetMainButtonIds').ignore()
tools.fixTopLevelWindowClass(c)