X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2887cdbdeda2a2592539b5be659fa441ef6e4a36..78cb09ec439962b53ba75fef814b9a3871412287:/docs/latex/wx/combobox.tex diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index 4b15e0106a..6c4bee1ae9 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -22,6 +22,10 @@ and the ready-to-use \helpref{wxBitmapComboBox}{wxbitmapcombobox}. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \begin{twocollist}\itemsep=0pt @@ -49,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 is pressed in the combobox.} +when 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}