Files @ 286a34d9ccba
Branch filter:

Location: light9/flax/UI.py - annotation

drewp@bigasterisk.com
vidref videos fill browser width
Ignore-this: 8a8acb7d8963706acb6ec895f7c94ae9
# 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)
"""