Home
last modified time | relevance | path

Searched refs:radiogroup (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py654 g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3,
700 g=maint.radiogroup("RepairRadioGroup", 15, 108, 330, 60, 3,
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py655 g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3,
701 g=maint.radiogroup("RepairRadioGroup", 15, 108, 330, 60, 3,
/external/python/cpython2/Tools/msi/
Dmsi.py736 g = whichusers.radiogroup("AdminInstall", 135, 60, 235, 80, 3,
807 g=maint.radiogroup("RepairRadioGroup", 135, 108, 230, 60, 3,
Dmsilib.py650 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): member in Dialog
/external/python/cpython3/Lib/msilib/
D__init__.py474 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): member in Dialog
/external/python/cpython2/Lib/msilib/
D__init__.py472 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): member in Dialog
/external/python/cpython2/Doc/library/
Dmsilib.rst510 .. method:: radiogroup(name, x, y, width, height, attributes, property, text, next_control)
/external/python/cpython3/Doc/library/
Dmsilib.rst517 .. method:: radiogroup(name, x, y, width, height, attributes, property, text, next_control)