Mercurial > code > home > repos > light9
view flax/UI.py @ 607:e3c89cd854f5
cp
Ignore-this: b39e7ac8e6b281cfdb57669d83f0d0b1
author | drewp@bigasterisk.com |
---|---|
date | Mon, 21 Jun 2010 00:55:39 +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) """