view flax/UI.py @ 539:5cf326ef965a

cleanup asco to use song uris consistently. showPaths are now file: uris Ignore-this: 8ca9cfa22e340760c02a980009499ca3
author drewp@bigasterisk.com
date Sun, 13 Jun 2010 09:19:49 +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)
"""