Struct
ClutterKnot
Description [src]
struct ClutterKnot {
gint x;
gint y;
}
Point in a path behaviour.
Structure members
x |
X coordinate of the knot. |
y |
Y coordinate of the knot. |
Instance methods
clutter_knot_copy
Makes an allocated copy of a knot.
clutter_knot_equal
Compares to knot and checks if the point to the same location.
clutter_knot_free
Frees the memory of an allocated knot.