Mercurial > code > home > repos > light9
view flax/UI.py @ 979:c1f3cc23b51b
subcomposer wouldn't draw right if there is an odd number of channels
Ignore-this: 981a0c4ef92f82f2b14505185fb9fce6
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Jun 2013 23:05:43 +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) """