Clutter::Rectangle.3pm

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Rectangle

HIERARCHY

   Glib::Object
   +----Glib::InitiallyUnowned
        +----Clutter::Actor
             +----Clutter::Rectangle
 
 

INTERFACES

   Glib::Object::_Unregistered::ClutterScriptable
 
 

METHODS


actor = Clutter::Rectangle->new ($color=undef)

$color (Clutter::Color or undef)

color = $rectangle->get_border_color


color = $rectangle->get_border_color


$rectangle->set_border_color ($color)


$rectangle->set_border_color ($color)

$color (Clutter::Color)

integer = $rectangle->get_border_width


integer = $rectangle->get_border_width


$rectangle->set_border_width ($border_width)


$rectangle->set_border_width ($border_width)

$border_width (integer)

color = $rectangle->get_color


color = $rectangle->get_color


$rectangle->set_color ($color)


$rectangle->set_color ($color)

$color (Clutter::Color)

PROPERTIES

'border-color' (Clutter::Color : readable / writable / private)
The color of the border of the rectangle
'border-width' (Glib::UInt : readable / writable / private)
The width of the border of the rectangle
'color' (Clutter::Color : readable / writable / private)
The color of the rectangle
'has-border' (boolean : readable / writable / private)
Whether the rectangle should have a border

SEE ALSO

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