Mercurial > code > home > repos > light9
comparison bin/ascoltami @ 229:c5a79314afdf
bigger asco window
author | drewp@bigasterisk.com |
---|---|
date | Sun, 05 Jun 2005 07:03:32 +0000 |
parents | c7797ad42684 |
children | d19c607c41dc |
comparison
equal
deleted
inserted
replaced
228:9827df597f86 | 229:c5a79314afdf |
---|---|
320 songfiles = [f for f in os.listdir(showconfig.musicDir()) | 320 songfiles = [f for f in os.listdir(showconfig.musicDir()) |
321 if f.endswith('wav')] | 321 if f.endswith('wav')] |
322 | 322 |
323 root=tk.Tk() | 323 root=tk.Tk() |
324 root.wm_title("ascoltami") | 324 root.wm_title("ascoltami") |
325 root.wm_geometry("+263+0") | 325 root.wm_geometry("+1270+440") |
326 root.config(bg="black") | 326 root.config(bg="black") |
327 player=Player(None,None) | 327 player=Player(None,None) |
328 | 328 |
329 songlist = buildsonglist(root,songfiles,player) | 329 songlist = buildsonglist(root,songfiles,player) |
330 songlist.pack(fill='both',exp=1) | 330 songlist.pack(fill='both',exp=1) |