Files @ 24db623e2097
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
more vars in the python console
Ignore-this: 2e8f3703e2d084ffb51f7c31da03b34c
# 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)
"""