Mercurial > code > home > repos > light9
view flax/UI.py @ 812:5ff9d9e264bb
Patch.fromDiff and its usage in graphfile changes
Ignore-this: 650eaba5a71a5e838d14af5110b04e34
author | drewp@bigasterisk.com |
---|---|
date | Sat, 29 Sep 2012 21:00:34 +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) """