view flax/UI.py @ 772:c0977217a7da

attempt to receive a brand new submaster. doesn't work, this fix doesn't address the problem. But you can drag it in twice as a workaround Ignore-this: feed1c3e69d0a50412fb6139e8c04ab0
author drewp@bigasterisk.com
date Sat, 16 Jun 2012 04:32:49 +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)
"""