Files @ 69088fe2865e
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
more progress on paint
Ignore-this: ff24e7a8e8f95bde364841c6076e839
# 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)
"""