]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/radiobut.tex
Missing standard ids
[wxWidgets.git] / docs / latex / wx / radiobut.tex
index 35cc7f4846ded8621f8ac3f95db05d51f297d165..cefad84a75a454030cf6763adae114918b3f4a8c 100644 (file)
@@ -22,6 +22,8 @@ exclusive options. It has a text label next to a (usually) round button.
 \twocolitem{\windowstyle{wxRB\_SINGLE}}{If your radio buttons are not
 consecutive siblings, they cannot form a group under Windows and you should use
 this style to indicate that each of them is handled individually.}
+\twocolitem{\windowstyle{wxRB\_USE\_CHECKBOX}}{Use of the checkbox control instead of radio
+button (currently supported only on PalmOS)}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.