view flax/UI.py @ 911:4b9997ab0e4f

push some logs down to debug. -v flag on SC. another tripleFilter optimization Ignore-this: 41de7e838ff6c775ee4e350f4dfa141d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 10 Jun 2013 09:58:59 +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)
"""