Mercurial > code > home > repos > light9
view flax/UI.py @ 1140:3f7de54de79e
on songeffects page, show effect labels
Ignore-this: 5a0c30c44ac8faef7482b8a2436de4d0
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2014 07:27:20 +0000 |
parents | 45b12307c695 |
children |
line wrap: on
line source
# 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) """