view flax/UI.py @ 536:519adb4e539f

asco startup improvements Ignore-this: 41a4ce074e02e64166164813879380b
author drewp@bigasterisk.com
date Sun, 13 Jun 2010 07:56:06 +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)
"""