]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a python note.
authorRobin Dunn <robin@alldunn.com>
Fri, 20 Aug 1999 19:18:02 +0000 (19:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 20 Aug 1999 19:18:02 +0000 (19:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/combobox.tex

index 2c6fabcb206435b45345f5711c2cb6c7d8e1b16f..05feedbf5af9ae8b4b8baa86dcd886ec50bc6fd0 100644 (file)
@@ -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}}