Files @ 50f8a1a7d5cd
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
KC don't rebuild your tree so many times
Ignore-this: ea3291d68a349704e746d01e1fdd449d
# 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)
"""