Files @ 6e06a4955ef2
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
update paint bg
Ignore-this: bce6e9e4717b5194c0991d9830000137
# 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)
"""