HomeSort by relevance Sort by last modified time
    Searched defs:xbutton (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_msi.py 76 def xbutton(self, name, title, next, xpos): member in class:PyDialog
634 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]
  /external/python/cpython2/Lib/distutils/command/
bdist_msi.py 76 def xbutton(self, name, title, next, xpos): member in class:PyDialog
638 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]
  /external/python/cpython3/Lib/distutils/command/
bdist_msi.py 75 def xbutton(self, name, title, next, xpos): member in class:PyDialog
637 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 340 def xbutton(self, name, title, next, xpos): member in class:PyDialog
664 c=features.xbutton("DiskCost", "Disk &Usage", None, 0.10)
668 c=features.xbutton("Advanced", "Advanced", None, 0.30)
695 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 341 def xbutton(self, name, title, next, xpos): member in class:PyDialog
688 c=features.xbutton("DiskCost", "Disk &Usage", None, 0.10)
692 c=features.xbutton("Advanced", "Advanced", None, 0.30)
719 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]

Completed in 259 milliseconds