Mercurial > code > home > repos > light9
view flax/UI.py @ 1208:6dcd6a84322a
checkpoint show data
Ignore-this: 9e3505fd2065425373a4b8d704127df4
author | drewp@bigasterisk.com |
---|---|
date | Tue, 17 Jun 2014 04:56:17 +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) """