Start adding wrappers for the wx.ribbon module

This commit is contained in:
Robin Dunn
2016-06-21 01:07:10 -07:00
parent ebf1ed1138
commit 8742967677
21 changed files with 752 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ MODULENAME_REPLACE = {'_core' : 'wx.',
'_webkit' : 'wx.webkit.',
'_media' : 'wx.media.',
'_msw' : 'wx.msw.',
'_ribbon' : 'wx.ribbon',
}