Mercurial > code > home > repos > light9
comparison flax/CueFaders.py @ 171:ba83a312d8b1
use the new dolly cuelist
author | dmcc |
---|---|
date | Wed, 09 Jul 2003 05:50:14 +0000 |
parents | f8b5cb5fbeed |
children | c8d24bd2a99e |
comparison
equal
deleted
inserted
replaced
170:f628ac4fd3ba | 171:ba83a312d8b1 |
---|---|
628 | 628 |
629 if __name__ == "__main__": | 629 if __name__ == "__main__": |
630 root = Tk.Tk() | 630 root = Tk.Tk() |
631 root.title("ShowMaster 9000") | 631 root.title("ShowMaster 9000") |
632 root.geometry("500x555") | 632 root.geometry("500x555") |
633 cl = TkCueList(root, 'cues/cuelist1') | 633 cl = TkCueList(root, 'cues/dolly') |
634 cl.pack(fill='both', expand=1) | 634 cl.pack(fill='both', expand=1) |
635 | 635 |
636 fader = CueFader(root, cl) | 636 fader = CueFader(root, cl) |
637 fader.pack(fill='both', expand=1) | 637 fader.pack(fill='both', expand=1) |
638 try: | 638 try: |