Mercurial > code > home > repos > light9
view flax/UI.py @ 588:ecce4c329b01
config: no more subgroup for songs
Ignore-this: c93fb7f2773f809f836aa4a47ac7f11f
author | David McClosky <dmcc@bigasterisk.com> |
---|---|
date | Sun, 20 Jun 2010 03:50:30 +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) """