view flax/UI.py @ 490:0969335e613a

switch song 14 Ignore-this: afca0019b1c52c9ab337345970e6a556
author drewp@bigasterisk.com
date Sat, 13 Jun 2009 21:20:28 +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)
"""