view flax/UI.py @ 1007:9b1df7c06ec2

asco bigger numbers so 3 year old users can find them Ignore-this: 97feafa3ee4af3017ab3046be45b3d8
author drewp@bigasterisk.com
date Tue, 18 Jun 2013 02:18:52 +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)
"""