Home | History | Annotate | Download | only in idlelib

Lines Matching refs:icondir

25 ICONDIR = "Icons"
29 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
31 _icondir = ICONDIR
33 ICONDIR = _icondir
34 elif not os.path.isdir(ICONDIR):
35 raise RuntimeError("can't find icon directory (%r)" % (ICONDIR,))
37 def listicons(icondir=ICONDIR):
41 list = glob.glob(os.path.join(icondir, "*.gif"))
85 fullname = os.path.join(ICONDIR, file + ext)
460 item = FileTreeItem(ICONDIR)