Clutter::Behaviour::Scale.3pm

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Behaviour::Scale

HIERARCHY

   Glib::Object
   +----Clutter::Behaviour
        +----Clutter::Behaviour::Scale
 
 

METHODS


behaviour = Clutter::Behaviour::Scale->new ($alpha=undef, $x_start, $y_start, $x_end, $y_end)


behaviour = Clutter::Behaviour::Scale->new ($alpha=undef, $x_start, $y_start, $x_end, $y_end)

$alpha (Clutter::Alpha or undef)
$x_start (double)
$y_start (double)
$x_end (double)
$y_end (double)

(x_start, y_start, x_end, y_end) = $scale->get_bounds


(x_start, y_start, x_end, y_end) = $scale->get_bounds


$scale->set_bounds ($x_start, $y_start, $x_end, $y_end)


$scale->set_bounds ($x_start, $y_start, $x_end, $y_end)

$x_start (double)
$y_start (double)
$x_end (double)
$y_end (double)

PROPERTIES

'x-scale-end' (double : readable / writable / private)
Final scale on the X axis
'x-scale-start' (double : readable / writable / private)
Initial scale on the X axis
'y-scale-end' (double : readable / writable / private)
Final scale on the Y axis
'y-scale-start' (double : readable / writable / private)
Initial scale on the Y axis

ENUMS AND FLAGS


enum Clutter::Gravity

'none' / 'CLUTTER_GRAVITY_NONE'
'north' / 'CLUTTER_GRAVITY_NORTH'
'north-east' / 'CLUTTER_GRAVITY_NORTH_EAST'
'east' / 'CLUTTER_GRAVITY_EAST'
'south-east' / 'CLUTTER_GRAVITY_SOUTH_EAST'
'south' / 'CLUTTER_GRAVITY_SOUTH'
'south-west' / 'CLUTTER_GRAVITY_SOUTH_WEST'
'west' / 'CLUTTER_GRAVITY_WEST'
'north-west' / 'CLUTTER_GRAVITY_NORTH_WEST'
'center' / 'CLUTTER_GRAVITY_CENTER'

SEE ALSO

Clutter, Glib::Object, Clutter::Behaviour 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.