view flax/UI.py @ 954:8152b1dd8a2f

focus on a subterm expression, and we'll bring any curves it mentions up to the top of the curvesetview Ignore-this: f1a6456ed67a46cfdc7e0b8ba3f6fce7
author drewp@bigasterisk.com
date Fri, 14 Jun 2013 18:08:07 +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)
"""