Mercurial > code > home > repos > light9
view flax/UI.py @ 1057:2448ebc38a6f
curvecalc.glade upgrade VBox/HBox, make subterms hidden (on the way to removal)
Ignore-this: 62e123296a37ce6927441dac79c8e1ac
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 01 Jun 2014 20:58:33 +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) """