Mercurial > code > home > repos > light9
view flax/UI.py @ 1782:e6eb97a87117
fix 'clear all' in live
Ignore-this: cae71ca982f3f136a57f6399480ffcb2
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 05 Jun 2018 06:06:51 +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) """