view flax/UI.py @ 923:8b95d2865643

subserver shows real submasters, stays live. pretty sweet Ignore-this: 1eefab7d67bb6d8e386003a990e6f5c5
author drewp@bigasterisk.com
date Tue, 11 Jun 2013 00:02: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)
"""