git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-12-16 21:03:53 +00:00
parent a5c0a4ca9c
commit 736333bf45

View File

@@ -98,7 +98,7 @@ def runTest( frame, nb, log ):
overview = """ overview = """
<html> <html><body>
<P> <P>
This demo shows how individual radio buttons can be used to build This demo shows how individual radio buttons can be used to build
more complicated selection mechanisms... more complicated selection mechanisms...
@@ -107,6 +107,7 @@ It uses 2 groups of wxRadioButtons, where the groups are defined by
instantiation. When a wxRadioButton is created with the <I>wxRB_GROUP</I> instantiation. When a wxRadioButton is created with the <I>wxRB_GROUP</I>
style, all subsequent wxRadioButtons created without it are implicitly style, all subsequent wxRadioButtons created without it are implicitly
added to that group by the framework. added to that group by the framework.
</body></html>
""" """