document wxCB_SORT
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2007 14:10:47 +0000 (14:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2007 14:10:47 +0000 (14:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/choice.tex

index b4a3c2337c7b505d7de5ee0df6526257180e8e0a..343a0859eb3507fa3f040c197729bcde50a05890 100644 (file)
@@ -29,7 +29,9 @@ menu of choices.
 
 \wxheading{Window styles}
 
-There are no special styles for wxChoice.
+\begin{twocollist}\itemsep=0pt
+\twocolitem{\windowstyle{wxCB\_SORT}}{Sorts the entries alphabetically.}
+\end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.