Add new wxCommandLinkButton class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 14:48:50 +0000 (14:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 14:48:50 +0000 (14:48 +0000)
commit3571e1add4e6ceb45ad88c224c432609f837a8dd
treee0ef2adfc261d846f2570a069bb6d2ee30a6e6d1
parentdd71bfb9921430755a885117cc6c9843c62dafda
Add new wxCommandLinkButton class.

A command link button wraps a native MSW control under recent Windows versions
and is implemented generically as a simple bitmap button elsewhere.

In the future, GTK implementation should allow using a different font for the
button label and its note.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
37 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
configure
configure.in
docs/changes.txt
docs/doxygen/images/wxgtk/commandlinkbutton.png [new file with mode: 0644]
docs/doxygen/images/wxmsw/commandlinkbutton.png [new file with mode: 0644]
include/wx/chkconf.h
include/wx/commandlinkbutton.h [new file with mode: 0644]
include/wx/motif/setup0.h
include/wx/msw/button.h
include/wx/msw/commandlinkbutton.h [new file with mode: 0644]
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
interface/wx/commandlinkbutton.h [new file with mode: 0644]
samples/widgets/button.cpp
setup.h.in
src/generic/commandlinkbuttong.cpp [new file with mode: 0644]
src/msw/button.cpp
src/msw/commandlinkbutton.cpp [new file with mode: 0644]