view flax/UI.py @ 697:6e9b5ed1e863

finesse ui. add some mouse events on the points in a curve Ignore-this: 69ed00763985926b92e776fc14298b45
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 09 Jun 2012 10:28:06 +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)
"""