Files @ 901767febb47
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
bind 'this' in U shorthand.
Ignore-this: 9bfa9a1a230bdc5157da07b3434c50c4

worked at runtime, failed during debugging
# 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)
"""