X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3377b96271c1a0266006993a79671db1c1c9b043..6a498e2d1b928e5f7cf06c598b768bebe66f1e5f:/docs/latex/wx/listbox.tex?ds=inline diff --git a/docs/latex/wx/listbox.tex b/docs/latex/wx/listbox.tex index 0d8465cb80..c7707cb4aa 100644 --- a/docs/latex/wx/listbox.tex +++ b/docs/latex/wx/listbox.tex @@ -39,6 +39,10 @@ select multiple items using the SHIFT key and the mouse or special key combinati \twocolitem{\windowstyle{wxLB\_SORT}}{The listbox contents are sorted in alphabetical order.} \end{twocollist} +Note that {\tt wxLB\_SINGLE}, {\tt wxLB\_MULTIPLE} and {\tt wxLB\_EXTENDED} +styles are mutually exclusive and you can specify at most one of them (single +selection is the default). + See also \helpref{window styles overview}{windowstyles}. \wxheading{Event handling}