Files @ 96e0e013e28d
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
delete key deletes selected notes
Ignore-this: dea1199f74a3ac37a150b11a306b8c1f
# 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)
"""