Files @ 178b11c9a429
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
collector smaller font. effects button alignment.
Ignore-this: 533e9c557517b211d9b41567f4276efe
# 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)
"""