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
This commit is contained in:
Vadim Zeitlin
2010-08-18 22:48:41 +00:00
parent ede7b01760
commit a1bdd4ab9b
31 changed files with 1227 additions and 213 deletions

View File

@@ -2103,6 +2103,41 @@ SOURCE=..\..\src\msw\renderer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\msw\richmsgdlg.cpp
!IF "$(CFG)" == "core - Win32 DLL Universal Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 DLL Release"
!ELSEIF "$(CFG)" == "core - Win32 DLL Debug"
!ELSEIF "$(CFG)" == "core - Win32 Universal Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 Universal Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 Release"
!ELSEIF "$(CFG)" == "core - Win32 Debug"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\src\msw\scrolbar.cpp
!IF "$(CFG)" == "core - Win32 DLL Universal Release"
@@ -3052,37 +3087,6 @@ SOURCE=..\..\src\generic\mdig.cpp
# Begin Source File
SOURCE=..\..\src\generic\msgdlgg.cpp
!IF "$(CFG)" == "core - Win32 DLL Universal Release"
!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug"
!ELSEIF "$(CFG)" == "core - Win32 DLL Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 DLL Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 Universal Release"
!ELSEIF "$(CFG)" == "core - Win32 Universal Debug"
!ELSEIF "$(CFG)" == "core - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "core - Win32 Debug"
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
@@ -3110,6 +3114,10 @@ SOURCE=..\..\src\generic\renderg.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\generic\richmsgdlgg.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\generic\scrlwing.cpp
# End Source File
# Begin Source File
@@ -5170,6 +5178,10 @@ SOURCE=..\..\include\wx\msw\region.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\msw\richmsgdlg.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\msw\scrolbar.h
# End Source File
# Begin Source File
@@ -5458,6 +5470,10 @@ SOURCE=..\..\include\wx\generic\propdlg.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\generic\richmsgdlgg.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\generic\sashwin.h
# End Source File
# Begin Source File
@@ -6454,6 +6470,10 @@ SOURCE=..\..\include\wx\renderer.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\richmsgdlg.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\richtext\richtextbuffer.h
# End Source File
# Begin Source File