Files @ a5a962475984
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
turn off vidref logger; it has a crash problem probably from mixed threads
Ignore-this: ee1fab55c0af7f1cfbb390d7e47ba339
# 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)
"""