view flax/UI.py @ 1339:f24d4b331f15

zoom keys, with animation. timeline duration tracks ascoltami Ignore-this: 70d99195ff0ce2da1c7d050304e1a006
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 04 Jun 2016 23:17:50 +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)
"""