From: Vadim Zeitlin Date: Fri, 20 Jul 2007 14:10:47 +0000 (+0000) Subject: document wxCB_SORT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cb147822d0b9930b6274be2c433ebc7f0bbeef5b?ds=inline document wxCB_SORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/choice.tex b/docs/latex/wx/choice.tex index b4a3c2337c..343a0859eb 100644 --- a/docs/latex/wx/choice.tex +++ b/docs/latex/wx/choice.tex @@ -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}.