view flax/UI.py @ 723:1b81e55ebb73

new selectmanip can translate points in X. previous multi-point dragging has been lost along the way Ignore-this: 1364fa68e7963e7de12a6349d23d3be8
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 13 Jun 2012 08:39: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)
"""