Files @ d9337dfe941a
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
upgrade polymer mods, nginx pkg choice
Ignore-this: bc609eabc3a93a52a7275f4bb2b473d4
# 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)
"""