view flax/UI.py @ 677:187ecb291dc2

fix misspelled sub name in song17 Ignore-this: d8eb3f39fe8ac1e8b21604a135a00cf3
author drewp@bigasterisk.com
date Mon, 20 Jun 2011 23:12:16 +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)
"""