Goo::Canvas::Rect.3pm

Langue: en

Autres versions - même langue

Version: 2010-05-12 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Goo::Canvas::Rect

HIERARCHY

   Glib::Object
   +----Goo::Canvas::ItemSimple
        +----Goo::Canvas::Rect
 
 

INTERFACES

   Goo::Canvas::Item
 
 

METHODS

item = Goo::Canvas::Rect->new ($parent, $x, $y, $width, $height, ...)

*
$parent (Goo::Canvas::Item)
*
$x (double)
*
$y (double)
*
$width (double)
*
$height (double)
*
... (list)

PROPERTIES

'height' (double : readable / writable)
The height of the rectangle
'radius-x' (double : readable / writable)
The horizontal radius to use for rounded corners
'radius-y' (double : readable / writable)
The vertical radius to use for rounded corners
'width' (double : readable / writable)
The width of the rectangle
'x' (double : readable / writable)
The x coordinate of the rectangle
'y' (double : readable / writable)
The y coordinate of the rectangle

SEE ALSO

Glib::Object, Goo::Canvas::ItemSimple Copyright (C) 2010 Gtk2-Perl Team