X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c63312c472c83be6d3b935f0ceeef484a7d611ce..47fe7ff3821c632b490b16da6b5113f127905a23:/docs/latex/wx/combobox.tex?ds=inline diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index 2ffe9b4427..4b15e0106a 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -218,6 +218,17 @@ doesn't have the focus. Returns the last position in the combobox text field. +\membersection{wxComboBox::GetSelection}\label{wxcomboboxgetselection} + +\constfunc{void}{GetSelection}{\param{long *}{from}, \param{long *}{to}} + +This is the same as \helpref{wxTextCtrl::GetSelection}{wxtextctrlgetselection} +for the text control which is part of the combobox. Notice that this is a +different method from \helpref{wxControlWithItems::GetSelection}{wxcontrolwithitemsgetselection}. + +Currently this method is only implemented in wxMSW and wxGTK. + + \membersection{wxComboBox::GetValue}\label{wxcomboboxgetvalue} \constfunc{wxString}{GetValue}{\void}