]> git.saurik.com Git - wxWidgets.git/commit
Provide native wxHyperlinkCtrl implementation for wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 16:55:32 +0000 (16:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 16:55:32 +0000 (16:55 +0000)
commitb815cf68d24508ab76ace1ef439a6d4feffbd487
treea35c31447d635f7b3ef5176b0921854711b579ab
parent8fe8b421fc1e5bb71e7ce3e2272d747ac6df079c
Provide native wxHyperlinkCtrl implementation for wxMSW.

Use the "syslink" native control to implement wxHyperlinkCtrl under (recent
enough, i.e. XP or later) versions of Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_adv.dsp
build/msw/wx_core.dsp
build/msw/wx_vc7_adv.vcproj
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_adv.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_adv.vcproj
build/msw/wx_vc9_core.vcproj
docs/changes.txt
include/wx/generic/hyperlink.h
include/wx/hyperlink.h
include/wx/msw/hyperlink.h [new file with mode: 0644]
interface/wx/hyperlink.h
src/common/hyperlnkcmn.cpp
src/generic/hyperlinkg.cpp
src/gtk/hyperlink.cpp
src/msw/hyperlink.cpp [new file with mode: 0644]