| D | msilib.py | 622 def add(self, name, x, y, w, h, text, value = None): argument 631 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument 637 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument 642 def text(self, name, x, y, w, h, attr, text): argument 646 def bitmap(self, name, x, y, w, h, text): argument 649 def line(self, name, x, y, w, h): argument 652 def pushbutton(self, name, x, y, w, h, attr, text, next): argument 655 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument 661 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
|