Mercurial > code > home > repos > light9
view flax/UI.py @ 1504:c65a7065910c
Patch.shortSummary
Ignore-this: 7fc381ee3d868fbebb9d0358c89ed6aa
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Aug 2016 05:39:40 +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) """