view flax/UI.py @ 541:edb75a48fcb8

vidref now finds and plays back multiple takes of the current song Ignore-this: 951b6526b8e2af0e261c11d93bb1e255
author drewp@bigasterisk.com
date Sun, 13 Jun 2010 09:41:45 +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)
"""