Files @ 155c7bb9c948
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
window geom
Ignore-this: fa50a1f24968c5a4253d001370a2c84d
# 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)
"""