Clutter::Knot.3pm

Langue: en

Autres versions - même langue

Version: 2008-02-20 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Knot

HIERARCHY

   Glib::Boxed
   +----Clutter::Knot
 
 

METHODS


knot = Clutter::Knot->new ($x, $y)


knot = Clutter::Knot->new ($x, $y)

$x (integer)
$y (integer)

boolean = $knot_a->equal ($knot_b)


boolean = $knot_a->equal ($knot_b)

$knot_b (Clutter::Knot)

(x, y) = $knot->values


(x, y) = $knot->values


integer = $knot->x


integer = $knot->x


oldvalue = $knot->x ($newvalue)


oldvalue = $knot->x ($newvalue)

$newvalue (integer)

integer = $knot->y


integer = $knot->y


oldvalue = $knot->y ($newvalue)


oldvalue = $knot->y ($newvalue)

$newvalue (integer)

SEE ALSO

Clutter, Glib::Boxed Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.