Base for wxMessageDialog with common checks for style.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 11 Mar 2005 15:34:42 +0000 (15:34 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 11 Mar 2005 15:34:42 +0000 (15:34 +0000)
commite5b507581053d7a11b5c1419dc3ac5c31904236b
tree090c8f7de133496f6b810e8bf6a9a9d1b9e4cdd3
parent2cdd63c6b1d473ffd7726f619085997b0737952e
Base for wxMessageDialog with common checks for style.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
include/wx/generic/msgdlgg.h
include/wx/gtk/msgdlg.h
include/wx/gtk1/msgdlg.h
include/wx/mac/carbon/msgdlg.h
include/wx/mac/classic/msgdlg.h
include/wx/motif/msgdlg.h
include/wx/msgdlg.h
include/wx/msw/msgdlg.h
include/wx/os2/msgdlg.h
include/wx/palmos/msgdlg.h
src/generic/msgdlgg.cpp
src/gtk/msgdlg.cpp
src/gtk1/msgdlg.cpp
src/mac/carbon/msgdlg.cpp
src/mac/classic/msgdlg.cpp
src/motif/msgdlg.cpp
src/msw/msgdlg.cpp
src/os2/msgdlg.cpp
src/palmos/msgdlg.cpp