WM_CONTEXTMENU available since WinCE.NET
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2241,7 +2241,7 @@ WXLRESULT wxTreeCtrl::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lPara
|
|||||||
WXLRESULT rc = 0;
|
WXLRESULT rc = 0;
|
||||||
bool isMultiple = (GetWindowStyle() & wxTR_MULTIPLE) != 0;
|
bool isMultiple = (GetWindowStyle() & wxTR_MULTIPLE) != 0;
|
||||||
|
|
||||||
#ifndef __SMARTPHONE__
|
#if (!defined(_WIN32_WCE)) || (defined(_WIN32_WCE) && (_WIN32_WCE >= 400))
|
||||||
if (nMsg == WM_CONTEXTMENU)
|
if (nMsg == WM_CONTEXTMENU)
|
||||||
{
|
{
|
||||||
wxTreeEvent event( wxEVT_COMMAND_TREE_ITEM_MENU, GetId() );
|
wxTreeEvent event( wxEVT_COMMAND_TREE_ITEM_MENU, GetId() );
|
||||||
|
Reference in New Issue
Block a user