Files @ ca5b10d7ecd1
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
switch N3 to an updated pull/61 version
Ignore-this: f2f226d216d70404c2aeda3e16dc3d77
# 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)
"""