Home
last modified time | relevance | path

Searched refs:icondir (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DTreeWidget.py36 def listicons(icondir=ICONDIR): argument
40 list = glob.glob(os.path.join(icondir, "*.gif"))
DPyShell.py1557 icondir = os.path.join(os.path.dirname(__file__), 'Icons')
1559 iconfile = os.path.join(icondir, 'idle.ico')
1563 iconfiles = [os.path.join(icondir, 'idle_%d%s' % (size, ext))