Files @ 115a268f1d74
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
pixi tag, some version upgrades
Ignore-this: 89a7442328af563b0a66a0675abdc3ea
# 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)
"""