Implement wxNotificationMessage using libnotify in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Jul 2012 15:36:54 +0000 (15:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Jul 2012 15:36:54 +0000 (15:36 +0000)
commitafbf46a31740bb05af12a8ba0069345a2c9aba46
tree344df0c68338896ca04a8693bacb7fb8eb56f9a6
parent5a92b56137aa9914fb1463fbc9342d595e38a88e
Implement wxNotificationMessage using libnotify in wxGTK.

Use libnotify -- if detected by configure -- to provide native notifications
in wxGTK. Our API maps to libnotify one in rather straightforward way, we
might consider extending it to cover more of libnotify functionality
(categories, user-defined icons and, especially, actions) later.

Also update the dialogs sample to show another kind of notification and the
documentation to clarify the behaviour of various methods.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
Makefile.in
build/bakefiles/files.bkl
configure
configure.in
debian/control.in
docs/changes.txt
include/wx/gtk/notifmsg.h [new file with mode: 0644]
include/wx/notifmsg.h
interface/wx/notifmsg.h
samples/dialogs/dialogs.cpp
setup.h.in
setup.h_vms
src/gtk/notifmsg.cpp [new file with mode: 0644]