implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to gener...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2007 17:02:30 +0000 (17:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2007 17:02:30 +0000 (17:02 +0000)
commite2d5abbf527ae760cf65467bf94b914ba9974657
tree3e77078c989b626f3c0b4a1f99afcfe7347c2ca7
parentbebe622dff67c0af79d602ca34094c25ad1873f9
implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to generic implementation on older systems; added wxNotificationMessage::SetFlags()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/notifmsg.tex
include/wx/generic/notifmsg.h
include/wx/msw/notifmsg.h [new file with mode: 0644]
include/wx/notifmsg.h
src/generic/notifmsgg.cpp
src/msw/notifmsg.cpp [new file with mode: 0644]