Add wxRichMessageDialog class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Aug 2010 22:48:41 +0000 (22:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Aug 2010 22:48:41 +0000 (22:48 +0000)
commita1bdd4ab9bb8cdcf8a14b8a64a5f5508be48ba4c
tree6963d142a6ca45dcd116c86621feb48c913c4c49
parentede7b01760e920b31520b15c919445db882a8012
Add wxRichMessageDialog class.

This is a generalization of wxMessageDialog based on the native task dialog
under recent (Vista and later) Windows versions and implemented generically
for the other ports for now.

It provides the possibility to use additional controls in the message boxes
(checkbox useful for the "Don't ask me again" kind of dialogs and collapsible
detailed explanations field) and better look and feel under Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
31 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_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
configure
configure.in
docs/changes.txt
include/wx/chkconf.h
include/wx/generic/richmsgdlgg.h [new file with mode: 0644]
include/wx/motif/setup0.h
include/wx/msw/richmsgdlg.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/richmsgdlg.h [new file with mode: 0644]
include/wx/setup_inc.h
include/wx/univ/setup0.h
interface/wx/richmsgdlg.h [new file with mode: 0644]
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
setup.h.in
src/generic/richmsgdlgg.cpp [new file with mode: 0644]
src/msw/richmsgdlg.cpp [new file with mode: 0644]