Files @ 7f1aef5fbddb
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
session cmdline support. KC saves current row in the session
Ignore-this: 966fcd0308fb9fd2a496ffaaecd7fb19
# 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)
"""