Documented WinCE context menu change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-28 14:28:41 +00:00
parent 92f07cf89e
commit 53754b9293
2 changed files with 11 additions and 1 deletions

View File

@@ -205,10 +205,12 @@ wxWinCE:
- Checkable items in wxToolMenuBarTool supported.
- Fixed date formatting and mktime.
- Fixed getting standard folder paths on WinCE.
- Support for backspace key on smartphone.
- Support for backspace key on Smartphone.
- Made both windows wxMediaCtrl Windows backends compilable with wxWinCE - it
is recommended that you use wxMEDIABACKEND_WMP10 on this platform
directly, however.
- Added support for the context menu event (wxContextMenuEvent)
and added platform-specific wxWindow::EnableContextMenu.
wxUniv: