Files @ d3dd982c3e32
Branch filter:

Location: light9/flax/UI.py - annotation

Drew Perttula
sort music to top
Ignore-this: 42b7aab7af54bab52d8c8b7b72d8ff72
# 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)
"""