view flax/UI.py @ 916:9ed01a562288

CC add subterm no longer has dialog; configure it after you make it Ignore-this: fe67883ead8ea1dde5589689f5ac76f4
author drewp@bigasterisk.com
date Mon, 10 Jun 2013 19:57:42 +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)
"""