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