diff light8/Xfader.py @ 51:71489bb71528

- Meet Fader. He is going to grow up and be a crossfader some day - Meet Fader. He is going to grow up and be a crossfader some day (tomarrow) - Tkinter -> Tix so we can use ScrolledListBox which has a command - Some improvements to Cue - Cues need to specify their final values - Cues are imported by subs. This should be fixed for style points. - Some other cleanups
author dmcc
date Sun, 07 Jul 2002 15:40:45 +0000
parents f974a462133f
children e04f7b552bcd
line wrap: on
line diff
--- a/light8/Xfader.py	Sun Jul 07 15:26:02 2002 +0000
+++ b/light8/Xfader.py	Sun Jul 07 15:40:45 2002 +0000
@@ -1,4 +1,4 @@
-from Tkinter import *
+from Tix import *
 from __future__ import division
 
 class Xfader(Canvas):