Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to
match changes made in wx. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -286,6 +286,7 @@ swig_sources = run_swig(['controls.i'], 'src', GENDIR, PKGDIR,
|
||||
'src/_cshelp.i',
|
||||
'src/_dragimg.i',
|
||||
'src/_datectrl.i',
|
||||
'src/_hyperlink.i',
|
||||
],
|
||||
True)
|
||||
ext = Extension('_controls_', swig_sources,
|
||||
@@ -325,6 +326,7 @@ swig_sources = run_swig(['misc.i'], 'src', GENDIR, PKGDIR,
|
||||
'src/_display.i',
|
||||
'src/_clipbrd.i',
|
||||
'src/_stdpaths.i',
|
||||
'src/_power.i',
|
||||
],
|
||||
True)
|
||||
ext = Extension('_misc_', swig_sources,
|
||||
|
Reference in New Issue
Block a user