Files @ 9816e249ce2e
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
add nose build instructions
Ignore-this: 625ccbfc8cd9b46ab1f523a721aa7bac
# 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)
"""