Files @ f4d822fe8861
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
subserver old code
Ignore-this: 105bd538f0096f4d0d5c1ced35b04f25
# 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)
"""