Files @ 4bc24f91b6f1
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
fix floatValue cache
Ignore-this: f5e5c6ffef3f48eebd03ecd19fab99b7
# 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)
"""