Files @ d72eab02baca
Branch filter:

Location: light9/flax/UI.py

David McClosky
new (old) subs
Ignore-this: d4e5252b26fc313f7c3338646334fa0
See, they're from previous years but they're new to this yeear!
# 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)
"""