added native wxMessageDialog implementation for GTK+2
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 28 Feb 2003 23:37:46 +0000 (23:37 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 28 Feb 2003 23:37:46 +0000 (23:37 +0000)
commit13a7abf97312d2e9427898f3432eb9214f09427f
treecfa9b8a0b4631c621b5798608ce9d5a098b6e023
parentd921af5140af576cf7651d4f47d5dc00a83e37f5
added native wxMessageDialog implementation for GTK+2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/msgdlg.h [new file with mode: 0644]
include/wx/gtk1/msgdlg.h [new file with mode: 0644]
include/wx/msgdlg.h
src/gtk/app.cpp
src/gtk/files.lst
src/gtk/msgdlg.cpp [new file with mode: 0644]
src/gtk1/app.cpp
src/gtk1/files.lst
src/gtk1/msgdlg.cpp [new file with mode: 0644]