Mercurial > code > home > repos > light9
view flax/UI.py @ 1224:42656c3b31f4
update jquery-ui, remove rdflib bnode workaround
Ignore-this: 35d5df34035655aa0f4f0ebdde7b78ce
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 08 Jun 2015 08:00:47 +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) """