view flax/UI.py @ 689:03453848ed4c

refactor musicaccess Ignore-this: e9cb1810285e3730c9d7381ab0229075
author drewp@bigasterisk.com
date Tue, 05 Jun 2012 22:56:41 +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)
"""