Files @ 5c2678c189d5
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
show 2014 checkpoint
Ignore-this: 474c7788316ad4ecec9920105e0ffb89
# 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)
"""