clutter.BehaviourPath
clutter.BehaviourPath
Constructor
__init__(alpha, knots)
Methods
clutter.BehaviourPath.get_knots
def get_knots()
clutter.BehaviourPath.append_knot
def append_knot(knot)
clutter.BehaviourPath.append_knots
def append_knots(knots)
knots :
| a tuple of tuples with the X and Y coordinates |
clutter.BehaviourPath.insert_knot
def insert_knot(offset, knot)
clutter.BehaviourPath.remove_knot
def remove_knot(offset)
clutter.BehaviourPath.clear
def clear()