added wxTaskBarIcon::CreatePopupMenu API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-04 21:56:29 +00:00
parent 2de78beb93
commit dae73d7473
6 changed files with 72 additions and 12 deletions

View File

@@ -99,6 +99,12 @@ OTHER CHANGES
2.5.3
-----
All (GUI):
- added wxTaskBarIcon::CreatePopupMenu which is now recommended way
of showing popup menu; calling wxTaskBarIcon::PopupMenu directly
is discouraged
Unix:
- wxTaskBarIcon now supports freedesktop.org System Tray protocol
@@ -107,7 +113,7 @@ Unix:
wxGTK:
- fixed wrong colour of tooltips under some themes
- implemented wxColourDialog as native dialog
2.5.2