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