view flax/UI.py @ 920:d01b4214e5af

add knockout for subserver Ignore-this: 1b5e1a4b3ae4dd67b37353b5642834
author drewp@bigasterisk.com
date Mon, 10 Jun 2013 23:04:35 +0000
parents 45b12307c695
children
line wrap: on
line source

# 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)
"""