]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ctrlsub.tex
Missing standard ids
[wxWidgets.git] / docs / latex / wx / ctrlsub.tex
index 855d3e7ceaf7299199899d5e4c17b5f5327a321f..fe7dbbf5fe50e3f119ad9ece7c658df72c9eda60 100644 (file)
@@ -307,8 +307,10 @@ pointers had been associated with the control items before.
 
 \func{void}{SetSelection}{\param{int}{ n}}
 
-Sets the choice by passing the desired string position. This does not cause
-any command events to get emitted.
+Sets the selection to the given item \arg{n} or removes the selection entirely
+if \arg{n} $==$ {\tt wxNOT\_FOUND}.
+
+Note that this does not cause any command events to be emitted.
 
 \wxheading{Parameters}