]> git.saurik.com Git - wxWidgets.git/commit - include/wx/msw/msgdlg.h
Provide a task-dialog based wxMSW wxMessageDialog implementation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Aug 2010 22:48:28 +0000 (22:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Aug 2010 22:48:28 +0000 (22:48 +0000)
commitede7b01760e920b31520b15c919445db882a8012
tree14cac65f9fe1892b66b29c39d093c1d942b72f79
parent5a607f8b231e8121cd0c3543e14ce22b08638a07
Provide a task-dialog based wxMSW wxMessageDialog implementation.

Use the task dialog instead of the legacy message box for wxMessageDialog
implementation under wxMSW on recent (Vista and later) Windows versions.

As part of this change, remove wxMessageDialogWithCustomLabels and integrate
its functionality in wxMessageDialogBase itself as it's now used by all
platforms.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/generic/msgdlgg.h
include/wx/gtk/msgdlg.h
include/wx/msgdlg.h
include/wx/msw/msgdlg.h
include/wx/msw/private/msgdlg.h [new file with mode: 0644]
include/wx/osx/msgdlg.h
interface/wx/msgdlg.h
src/generic/msgdlgg.cpp
src/gtk/msgdlg.cpp
src/msw/msgdlg.cpp
src/osx/carbon/msgdlg.cpp
src/osx/cocoa/msgdlg.mm
src/osx/iphone/msgdlg.mm