git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29958
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\func{void}{SetSelection}{\param{int}{ n}}
\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} $==$ \textt{wxNOT\_FOUND}.
+
+Note that this does not cause any command events to be emitted.