From 3b91982e01f9c03cd8b170d77413137865403224 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 29 May 2006 20:57:05 +0000 Subject: [PATCH] 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 --- wxPython/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/setup.py b/wxPython/setup.py index 69ccf7dc00..830ad30308 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -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, -- 2.45.2