Files @ 1aac97248a1b
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
fix KC simpleOutputs object
Ignore-this: 5b7fe29996161a5d5bbde043f267b8d2
# 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)
"""