Files @ 8b887918c008
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
checkpoint show data
Ignore-this: a89dd0b7e6b9e4bbd820c15c523e3ba1
# 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)
"""