Files @ 6d9c575200dd
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
don't need 'open' gobo choice since it defaults to 0
Ignore-this: ab2d773079b08cff11074e6921de84bd
# 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)
"""