MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / checkbox

Method checkbox

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:483–484  ·  view source on GitHub ↗
(self, name, x, y, w, h, attr, prop, text, next)

Source from the content-addressed store, hash-verified

481 return RadioButtonGroup(self, name, prop)
482
483 def checkbox(self, name, x, y, w, h, attr, prop, text, next):
484 return self.control(name, "CheckBox", x, y, w, h, attr, prop, text, next, None)

Callers

nothing calls this directly

Calls 1

controlMethod · 0.95

Tested by

no test coverage detected