]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that wxTE_PROCESS_ENTER must be used in order to receive EVT_TEXT_ENTER from...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2007 00:06:12 +0000 (00:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2007 00:06:12 +0000 (00:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/combobox.tex

index 413bed234cada9a236e5326487cdd696ae8cd5d7..6c4bee1ae90353d6a043331df6b9c2f086003f4f 100644 (file)
@@ -53,7 +53,8 @@ when an item on the list is selected. Note that calling
 \twocolitem{{\bf EVT\_TEXT(id, func)}}{Process a wxEVT\_COMMAND\_TEXT\_UPDATED event,
 when the combobox text changes.}
 \twocolitem{{\bf EVT\_TEXT\_ENTER(id, func)}}{Process a wxEVT\_COMMAND\_TEXT\_ENTER event,
-when <RETURN> is pressed in the combobox.}
+when <RETURN> is pressed in the combobox (notice that the combobox must have
+been created with \texttt{wxTE\_PROCESS\_ENTER} style to receive this event).}
 \end{twocollist}
 
 \wxheading{See also}