]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/combobox.tex
wxRichTextAttr does not exist anymore - document instead wxTextAttr
[wxWidgets.git] / docs / latex / wx / combobox.tex
index 4b15e0106a2fae9c90c97771bd3501d023ca831a..6c4bee1ae90353d6a043331df6b9c2f086003f4f 100644 (file)
@@ -22,6 +22,10 @@ and the ready-to-use \helpref{wxBitmapComboBox}{wxbitmapcombobox}.
 
 <wx/combobox.h>
 
+\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 <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}