[Ap-python-commits] python/examples/aptk panel.py,1.9,1.10
Status: Beta
Brought to you by:
sjah
From: <sj...@us...> - 2002-07-26 14:33:02
|
Update of /cvsroot/ap-python/python/examples/aptk In directory usw-pr-cvs1:/tmp/cvs-serv2493/examples/aptk Modified Files: panel.py Log Message: Add buttons to playlist widget. Fix problem when aptk crashed on empty lists. Index: panel.py =================================================================== RCS file: /cvsroot/ap-python/python/examples/aptk/panel.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** panel.py 25 Jul 2002 16:19:30 -0000 1.9 --- panel.py 26 Jul 2002 14:32:55 -0000 1.10 *************** *** 43,53 **** ('.control.prev.button.file', 'prev-sm.xpm'), ('.control.playlist.button.file', 'playlist.xpm'), ! ('*.button.relief', gtk.RELIEF_NONE), ('.speed.backward.button.file', 'r_play.xpm'), ('.speed.pause.button.file', 'pause.xpm'), ('.speed.forward.button.file', 'f_play.xpm'), ('.pan.left.button.file', 'l_pan.xpm'), ('.pan.center.button.file', 'c_pan.xpm'), ('.pan.right.button.file', 'r_pan.xpm'), ('.control.playlist.list.columns', ('current', 'playtime', 'track', 'title', 'album', 'artist', 'year', --- 43,55 ---- ('.control.prev.button.file', 'prev-sm.xpm'), ('.control.playlist.button.file', 'playlist.xpm'), ! ('.control.*.button.relief', gtk.RELIEF_NONE), ('.speed.backward.button.file', 'r_play.xpm'), ('.speed.pause.button.file', 'pause.xpm'), ('.speed.forward.button.file', 'f_play.xpm'), + ('.speed.*.button.relief', gtk.RELIEF_NONE), ('.pan.left.button.file', 'l_pan.xpm'), ('.pan.center.button.file', 'c_pan.xpm'), ('.pan.right.button.file', 'r_pan.xpm'), + ('.pan.*.button.relief', gtk.RELIEF_NONE), ('.control.playlist.list.columns', ('current', 'playtime', 'track', 'title', 'album', 'artist', 'year', |