HIERARCHY
Glib::Boxed +----Clutter::Knot
METHODS
knot = Clutter::Knot->new ($x, $y)
- $x (integer)
- $y (integer)
boolean = $knot_a->equal ($knot_b)
- $knot_b (Clutter::Knot)
(x, y) = $knot->values
integer = $knot->x
oldvalue = $knot->x ($newvalue)
- $newvalue (integer)
integer = $knot->y
oldvalue = $knot->y ($newvalue)
- $newvalue (integer)
COPYRIGHT
Copyright (C) 2006, 2007, 2008 OpenedHand LtdCopyright (C) 2009 Intel Corporation
This module is free software; you can redistribute it and/or modify it under the terms of either:
- the GNU Lesser General Public Library version 2.1; or
- the Artistic License, version 2.0.
See Clutter for the full copyright notice.