Files @ 3335de84e3fe
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
some new data for 2014
Ignore-this: 66f91a50c21671a73963c336a830f109
# 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)
"""