Files @ 16af5a343e00
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
2019 data
Ignore-this: 5f0ae433d06c7183cf7af104c45073a7
# 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)
"""