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

Method control

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

Source from the content-addressed store, hash-verified

457 add_data(db, "Dialog", [(name, x,y,w,h,attr,title,first,default,cancel)])
458
459 def control(self, name, type, x, y, w, h, attr, prop, text, next, help):
460 add_data(self.db, "Control",
461 [(self.name, name, type, x, y, w, h, attr, prop, text, next, help)])
462 return Control(self, name)
463
464 def text(self, name, x, y, w, h, attr, text):
465 return self.control(name, "Text", x, y, w, h, attr, None,

Callers 8

textMethod · 0.95
bitmapMethod · 0.95
lineMethod · 0.95
pushbuttonMethod · 0.95
checkboxMethod · 0.95
registerMethod · 0.45
unregisterMethod · 0.45
selectMethod · 0.45

Calls 2

add_dataFunction · 0.85
ControlClass · 0.70

Tested by

no test coverage detected