Files @ 9dd331caa23b
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
cleanups to help with first build success
Ignore-this: b6d402ca6dd2d97fb03c390713efbd07
# 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)
"""