view flax/UI.py @ 1017:78423a65d4bc

rdfdb to use LIGHT9_SHOW env, not a flag Ignore-this: 3c3c3caae85170f9b7a8bf1007f765c9
author drewp@bigasterisk.com
date Sun, 25 May 2014 21:30:15 +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)
"""