Files @ 66a55cb17cbf
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
notes on pyflame
Ignore-this: c61ea1e1f74d3b44c1d0d6aa4f7d9b09
# 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)
"""