Esempio n. 1
0
def sheetGraph2(name, update=None, below=0):
	""" 'prints' a slider to the sheet.

	takes three parameters:
	-> a name for this UI element
	-> an optional 'update' function that's called when change happens
	-> whether this element should be positioned 'below' the box or to the right (the default)
	"""
	return OutputInsertsOnSheet.printCurve2(name, getSelf(), update, below)