/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
msi.py | 571 # Global "Wait for costing" dialog
572 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title,
574 costing.text("Text", 48, 15, 194, 30, 3,
576 costing.control("Icon", "Icon", 15, 15, 24, 24, 5242881, None,
578 c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist_msi.py | 549 # Global "Wait for costing" dialog
550 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title,
552 costing.text("Text", 48, 15, 194, 30, 3,
554 c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None)
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 553 # Global "Wait for costing" dialog 554 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, 556 costing.text("Text", 48, 15, 194, 30, 3, 558 c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 553 # Global "Wait for costing" dialog 554 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, 556 costing.text("Text", 48, 15, 194, 30, 3, 558 c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 553 # Global "Wait for costing" dialog 554 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, 556 costing.text("Text", 48, 15, 194, 30, 3, 558 c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 553 # Global "Wait for costing" dialog 554 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, 556 costing.text("Text", 48, 15, 194, 30, 3, 558 c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None) [all...] |