Files @ 84c0a3bf07ed
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
webcontrol remove hardcoded show
Ignore-this: 4d42e9c0e07649b2e076b2d1fcb1eacc
# 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)
"""