view flax/UI.py @ 679:958b309147b0

display gst pipeline state on the web gui Ignore-this: a4aed9827021e178701c6ea79be3e87a
author drewp@bigasterisk.com
date Tue, 21 Jun 2011 00:24:48 +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)
"""