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

Method line

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:471–472  ·  view source on GitHub ↗
(self, name, x, y, w, h)

Source from the content-addressed store, hash-verified

469 return self.control(name, "Bitmap", x, y, w, h, 1, None, text, None, None)
470
471 def line(self, name, x, y, w, h):
472 return self.control(name, "Line", x, y, w, h, 1, None, None, None, None)
473
474 def pushbutton(self, name, x, y, w, h, attr, text, next):
475 return self.control(name, "PushButton", x, y, w, h, attr, None, text, next, None)

Callers

nothing calls this directly

Calls 1

controlMethod · 0.95

Tested by

no test coverage detected