view flax/UI.py @ 717:d8202a0a7fd5

fix up musicpad and wavecurve. ascoltami2 can now use relative paths in the config Ignore-this: eb95f50f54f14275f1f031ccb7fbb97f
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 13 Jun 2012 04:27:48 +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)
"""