From: Julian Smart Date: Tue, 28 Feb 2006 14:28:41 +0000 (+0000) Subject: Documented WinCE context menu change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/53754b9293cda697d9e4c805a3be94a9a5b2bdd3 Documented WinCE context menu change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 6d7cc77b54..cec3295248 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: diff --git a/docs/latex/wx/wxmsw.tex b/docs/latex/wx/wxmsw.tex index 4bdca0e53b..afe1710e96 100644 --- a/docs/latex/wx/wxmsw.tex +++ b/docs/latex/wx/wxmsw.tex @@ -239,6 +239,14 @@ the Ctrl+Q accelerator can be used to quit the application, so wxWidgets defines this accelerator by default and if your application handles wxID\_EXIT, it will do the right thing. +\subsubsection{Context menus in wxWinCE} + +To enable context menus in PocketPC, you currently need to call wxWindow::EnableContextMenu, +a wxWinCE-only function. Otherwise the context menu event (wxContextMenuEvent) will +never be sent. This API is subject to change. + +Context menus are not supported in Smartphone. + \subsubsection{Control differences on wxWinCE} These controls and styles are specific to wxWinCE: