Files @ 8406a9fbeb9d
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
note shape can be edited
Ignore-this: 1d4957c88191336d7b61a7c782897f59
# 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)
"""