Files @ 0bb08e887166
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
bcf2000 python 3 support
Ignore-this: 2f78d9c590846a357876afc5116aaa5d
# 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)
"""