view flax/UI.py @ 1454:50fe80faebab

animRainbow test. KC faster frame rate Ignore-this: 419c6a70711ba3df9a234998760f8d9c
author drewp@bigasterisk.com
date Sun, 12 Jun 2016 00:26:12 +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)
"""