Files @ a232bc895568
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
new sub effects get effect labels
Ignore-this: 46c2d8adf10e4af749cc94b73e8da43a
# 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)
"""