Files @ da8f36f809f1
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
shorten note labels
Ignore-this: d84baceec8da54ec2c9e6fb6e2e238b8
# 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)
"""