Mercurial > code > home > repos > light9
view flax/UI.py @ 1157:dc86936969d8
SC don't break so much on corrupt subs (but we don't yet remove their dangling graph links)
Ignore-this: 21e85113aa81d0026080c3e01ee848db
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2014 23:41:47 +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) """