X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28ca76100ebffe6698f4ee33a503b5b1c21168fc..47610ec22ab01dbc09307a88ab67c1c95f6ee3b1:/docs/latex/wx/listbox.tex diff --git a/docs/latex/wx/listbox.tex b/docs/latex/wx/listbox.tex index 5954ebf2a3..c81cb93fb6 100644 --- a/docs/latex/wx/listbox.tex +++ b/docs/latex/wx/listbox.tex @@ -52,7 +52,7 @@ See also \helpref{window styles overview}{windowstyles}. \twocolitem{{\bf EVT\_LISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_SELECTED event, when an item on the list is selected.} \twocolitem{{\bf EVT\_LISTBOX\_DCLICK(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_DOUBLECLICKED event, -when the listbox is doubleclicked.} +when the listbox is double-clicked.} \end{twocollist} \wxheading{See also} @@ -251,7 +251,7 @@ Use this with a multiple selection listbox. \pythonnote{The wxPython version of this method takes no parameters and returns a tuple of the selected items.} -\perlnote{In wxPerl this method takes no parameters and returna the +\perlnote{In wxPerl this method takes no parameters and return the selected items as a list.} \membersection{wxListBox::GetString}\label{wxlistboxgetstring}