msilib.RadioButtonGroup

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.

doc_python
2016-10-07 17:37:26
Comments
Leave a Comment

Please login to continue.