Home
last modified time | relevance | path

Searched refs:iconfile (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py381 iconfile = None variable in AppBuilder
518 if self.iconfile is not None:
519 iconbase = os.path.basename(self.iconfile)
521 self.files.append((self.iconfile, pathjoin(resdir, iconbase)))
891 builder.iconfile = arg
Dbuildtools.py334 builder.iconfile = icnsname
/external/python/cpython2/Mac/IDLE/
DMakefile.in69 --iconfile=$(srcdir)/../Icons/IDLE.icns \
/external/python/cpython2/Mac/PythonLauncher/
DMakefile.in49 --iconfile=$(srcdir)/../Icons/PythonLauncher.icns \
/external/python/cpython2/Lib/idlelib/
DPyShell.py1559 iconfile = os.path.join(icondir, 'idle.ico')
1560 root.wm_iconbitmap(default=iconfile)
1565 icons = [PhotoImage(file=iconfile) for iconfile in iconfiles]