From 656dd3e0c4c571de7c07ff77a7226519abbde88e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 24 Feb 2010 11:32:58 +0000 Subject: [PATCH] wxTE_PROCESS_ENTER isn't just for Windows. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@63543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/comboctrl.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/comboctrl.tex b/docs/latex/wx/comboctrl.tex index 22b4df0217..26817c7dc5 100644 --- a/docs/latex/wx/comboctrl.tex +++ b/docs/latex/wx/comboctrl.tex @@ -141,7 +141,7 @@ Here's how you would create and populate it in a dialog constructor: \twocolitem{\windowstyle{wxTE\_PROCESS\_ENTER}}{The control will generate the event wxEVT\_COMMAND\_TEXT\_ENTER (otherwise pressing Enter key is either processed internally by the control or used for navigation between -dialog controls). Windows only.} +dialog controls).} \twocolitem{\windowstyle{wxCC\_SPECIAL\_DCLICK}}{Double-clicking triggers a call to popup's OnComboDoubleClick. Actual behaviour is defined by a derived class. For instance, wxOwnerDrawnComboBox will cycle an item. This style only