Files @ a472171c50e4
Branch filter:

Location: light9/flax/UI.py - annotation

drewp@bigasterisk.com
CC song change was breaking ctrl-p and time-hover behaviors
Ignore-this: eb24b8937e75b9310f12d18195f76367
# 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)
"""