Begin adding wrappers for wx.aui

This commit is contained in:
Robin Dunn
2016-10-25 19:19:08 -07:00
parent 6449d05c1a
commit 8f238ad594
7 changed files with 222 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ MODULENAME_REPLACE = {'_core' : 'wx.',
'_msw' : 'wx.msw.',
'_ribbon' : 'wx.ribbon.',
'_propgrid': 'wx.propgrid.',
'_aui' : 'wx.aui.',
}