Mercurial > code > home > repos > light9
diff light8/panels.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 | 2ef72bb3a707 |
children | 065896b0913c |
line wrap: on
line diff
--- a/light8/panels.py Sun Jul 07 15:26:02 2002 +0000 +++ b/light8/panels.py Sun Jul 07 15:40:45 2002 +0000 @@ -1,7 +1,7 @@ """some of the panels""" from __future__ import nested_scopes -from Tkinter import * +from Tix import * from uihelpers import * import Patch from FlyingFader import FlyingFader