Add a wxGTK-specific function to set wxNotificationMessage icon name.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:07:06 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:07:06 +0000 (22:07 +0000)
commitc589dc030dd1f0b9f2360e55920353fd1781ceab
tree3b116f2189b040e201c8376032db4c9d879fd2fc
parente0ea79b8056a8760e765bc056df2e4667b43638a
Add a wxGTK-specific function to set wxNotificationMessage icon name.

It's trivial to use a stock icon with the given name in wxGTK with libnotify,
so provide a way to do it. However this is not as simple as that in other
implementations (notably Windows), so make it private to this port for now.

In the future we should try to support arbitrary wxIcons as well as extend
wxIconLocation to support FreeDesktop stock icon names.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/notifmsg.h
src/gtk/notifmsg.cpp