Files @ 3e51e55496f1
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
light class labels
Ignore-this: 4ed72448c08594b473fbc555e9676261
# 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)
"""