Mercurial > code > home > repos > light9
view flax/UI.py @ 488:21505e66de02
update song paths
Ignore-this: 12493c581712e88f55580171b0ed0978
author | drewp@bigasterisk.com |
---|---|
date | Sat, 13 Jun 2009 18:11:57 +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) """