X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/150e31d2088687cbfbab548f9e98918f8683d9b5..65baafba0e8cd74f2264b7e2f7625ff5bea84864:/docs/latex/wx/combobox.tex diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index 67960d7911..60bb8d5449 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -36,10 +36,12 @@ See also \helpref{window styles overview}{windowstyles}. \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt \twocolitem{{\bf EVT\_COMBOBOX(id, func)}}{Process a wxEVT\_COMMAND\_COMBOBOX\_SELECTED event, -when an item on the list is selected. Note that calling +when an item on the list is selected. Note that calling \helpref{GetValue}{wxcomboboxgetvalue} returns the new value of selection.} \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.} \end{twocollist} \wxheading{See also} @@ -150,14 +152,14 @@ text field. Only available on Windows. Returns true if the combobox is editable and the last undo can be redone. Only available on Windows. - + \membersection{wxComboBox::CanUndo}\label{wxcomboboxcanundo} \constfunc{bool}{CanUndo}{\void} Returns true if the combobox is editable and the last edit can be undone. Only available on Windows. - + \membersection{wxComboBox::Copy}\label{wxcomboboxcopy} \func{void}{Copy}{\void} @@ -178,7 +180,7 @@ Returns the insertion point for the combobox's text field. \membersection{wxComboBox::GetLastPosition}\label{wxcomboboxgetlastposition} -\constfunc{long}{GetLastPosition}{\void} +\constfunc{virtual wxTextPos}{GetLastPosition}{\void} Returns the last position in the combobox text field. @@ -255,7 +257,7 @@ Selects the text between the two positions, in the combobox text field. \docparam{to}{The second position.} \pythonnote{This method is called {\tt SetMark} in wxPython, {\tt SetSelection} -name is kept for +name is kept for \helpref{wxControlWithItems::SetSelection}{wxcontrolwithitemssetselection}.} \membersection{wxComboBox::SetValue}\label{wxcomboboxsetvalue}