Files @ a36928f7cc35
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
upgrade jquery, use bower
Ignore-this: 456b1f3a8aba410e9acf8e61a7f6bb73
# 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)
"""