Clutter::Geometry.3pm

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Geometry

HIERARCHY

   Glib::Boxed
   +----Clutter::Geometry
 
 

METHODS


geometry = Clutter::Geometry->new ($x, $y, $width, $height)


geometry = Clutter::Geometry->new ($x, $y, $width, $height)

$x (integer)
$y (integer)
$width (integer)
$height (integer)

integer = $geometry->height


integer = $geometry->height


oldvalue = $geometry->height ($newvalue)


oldvalue = $geometry->height ($newvalue)

$newvalue (integer)

(x, y, width, height) = $geometry->values


(x, y, width, height) = $geometry->values


integer = $geometry->width


integer = $geometry->width


oldvalue = $geometry->width ($newvalue)


oldvalue = $geometry->width ($newvalue)

$newvalue (integer)

integer = $geometry->x


integer = $geometry->x


oldvalue = $geometry->x ($newvalue)


oldvalue = $geometry->x ($newvalue)

$newvalue (integer)

integer = $geometry->y


integer = $geometry->y


oldvalue = $geometry->y ($newvalue)


oldvalue = $geometry->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.