view flax/UI.py @ 525:d3f8333bc142

more vidref replay code Ignore-this: 5071a46b10b9e03755431bc2a9100af3
author drewp@bigasterisk.com
date Wed, 09 Jun 2010 05:35:54 +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)
"""