Files @ ddd1e3f8856e
Branch filter:

Location: light9/flax/UI.py - annotation

drewp@bigasterisk.com
graph widget wider so it doesn't wrap
Ignore-this: b69a20ac61f53da51174f5762164fabd
# 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)
"""