view flax/UI.py @ 542:cfd5d5be1b50

vidref complete panels on each replay. replays load and delete pretty well Ignore-this: 3c0eb5c77caf08b16ab557fae7b46418
author drewp@bigasterisk.com
date Mon, 14 Jun 2010 06:21:09 +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)
"""