Files @ 6885c2fa9369
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
subcomposer halfway to having the editchoice widget
Ignore-this: 21eb05393c045298c173e0869371aaf9
# 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)
"""