Files @ 2946c9726485
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
reuse orange sweep
Ignore-this: 6a1cc8bb9ab3b894b0a07bec82b497f6
# 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)
"""