view flax/UI.py @ 635:0818825c629f

vidref bomb if a dir appears empty of frames. that's probably an error Ignore-this: eb1db1289f1f295fa1f1220678085c11
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 16 Jun 2011 07:10:33 +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)
"""