view flax/UI.py @ 966:16c771461cde

attempt to fix zoom corruption when CC song changes, but this didn't work Ignore-this: 819c2ecbb657cae8ca4c4bd7e32c3486
author drewp@bigasterisk.com
date Sat, 15 Jun 2013 08:51:31 +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)
"""