Files @ 0803fb42109d
Branch filter:

Location: light9/flax/UI.py - annotation

dmcc
we now have TkCueList, which is really cool. it doesn't provide editing
we now have TkCueList, which is really cool. it doesn't provide editing
yet, but you could almost nearly probably maybe run a show with it.
heck, i hope so.

some of the shifting/drawing problems were probably fixed.

cuelist1 got more bogus data to help populate the TkCueList.
# Abstract UI widgets

class UI(Something):
    pass

class Scale(UI):
    def __init__(self, start, stop, res=0.001):
        pass

""" unfinished
class Button(UI):
    def __init__(self, etc)
"""