Files @ c8543026d609
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
extract cursor-canvas code
Ignore-this: 7c9fe7c56c173ca59458f8c29e743a84
# 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)
"""