From 6467ff5c06ec845b7ae2857e16cdeb369747b163 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 25 Sep 2011 04:10:34 +0000 Subject: [PATCH] Add wxWindowModalDialogEvent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/dialog.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etg/dialog.py b/etg/dialog.py index ad398ab9..c2ea8f76 100644 --- a/etg/dialog.py +++ b/etg/dialog.py @@ -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)