Lines Matching refs:title
35 def title(self, title): member in PyDialog
40 r"{\VerdanaBold10}%s" % title)
42 def back(self, title, next, name = "Back", active = 1): argument
51 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
53 def cancel(self, title, next, name = "Cancel", active = 1): argument
62 return self.pushbutton(name, 304, self.h-27, 56, 17, flags, title, next)
64 def next(self, title, next, name = "Next", active = 1): argument
73 return self.pushbutton(name, 236, self.h-27, 56, 17, flags, title, next)
75 def xbutton(self, name, title, next, xpos): argument
81 return self.pushbutton(name, int(self.w*xpos - 28), self.h-27, 56, 17, 3, title, next)
290 title = "Python from another location"
293 title = "Python %s from registry" % version
295 f = Feature(db, name, title, desc, 1, level, directory=target)
426 title = "[ProductName] Setup"
470 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title,
472 fatal.title("[ProductName] Installer ended prematurely")
482 user_exit=PyDialog(db, "UserExit", x, y, w, h, modal, title,
484 user_exit.title("[ProductName] Installer was interrupted")
495 exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title,
497 exit_dialog.title("Completing the [ProductName] Installer")
510 title,
531 title,
545 cancel = Dialog(db, "CancelDlg", 50, 10, 260, 85, 3, title,
559 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title,
568 prep = PyDialog(db, "PrepareDlg", x, y, w, h, modeless, title,
572 prep.title("Welcome to the [ProductName] Installer")
584 seldlg = PyDialog(db, "SelectFeaturesDlg", x, y, w, h, modal, title,
586 seldlg.title("Select Python Installations")
629 cost = PyDialog(db, "DiskCostDlg", x, y, w, h, modal, title,
656 whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title,
658 whichusers.title("Select whether to install [ProductName] for all users of this computer.")
676 progress = PyDialog(db, "ProgressDlg", x, y, w, h, modeless, title,
701 maint = PyDialog(db, "MaintenanceTypeDlg", x, y, w, h, modal, title,
703 maint.title("Welcome to the [ProductName] Setup Wizard")