Files @ 331e67fa1492
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
asco try to print gst error messages. untested
Ignore-this: 137d6b933ed8a2502f7281e3a0ab5754
# 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)
"""