view flax/UI.py @ 1467:2ed61945d881

adjusters hide at zoomed-out views. start inline-attrs box. note delete command Ignore-this: b4674195f31c5bb82ecd7c0b3b7c8f3d
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 12 Jun 2016 11:25:27 +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)
"""