Files @ 02eb0e99bba5
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
reformat
Ignore-this: c3c95bdb8f0c67cb898b9eba71d7d97
# 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)
"""