Files @ 9865cf5e07fd
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
collapse and mute support. very hard
Ignore-this: fc53c238b07d4b8240706413f7e5316e
# 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)
"""