Files @ b50e4d43dd3e
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
curvecalc would make multiple subterms with the same empty name, and this would lose expressions
Ignore-this: 73e9d0274e6af88d39dc70e91c1e7699
# 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)
"""