view flax/UI.py @ 561:87dc77fc214c

set music server Ignore-this: e297956bc6f5d11d60723740f908e302
author drewp@bigasterisk.com
date Sat, 19 Jun 2010 18:59:14 +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)
"""