From: Robin Dunn Date: Fri, 20 Aug 1999 19:18:02 +0000 (+0000) Subject: Added a python note. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a2c75a028d9be8823231bb34e4b7a873da1b1f8f Added a python note. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index 2c6fabcb20..05feedbf5a 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -310,6 +310,9 @@ Selects the text between the two positions, in the combobox text field. \docparam{to}{The second position.} +\pythonnote{The second form of this method is called \tt{SetMark} in +wxPython.} + \membersection{wxComboBox::SetValue}\label{wxcomboboxsetvalue} \func{void}{SetValue}{\param{const wxString\& }{text}}