class msilib.RadioButtonGroup(dlg, name, property)
Create a radio button control named name. property is the installer property that gets set when a radio button is selected.
-
add(name, x, y, width, height, text, value=None)
-
Add a radio button named name to the group, at the coordinates x, y, width, height, and with the label text. If value is
None
, it defaults to name.
Please login to continue.