Goo::Canvas::RectModel(3pm)
NAME
Goo::Canvas::RectModel - wrapper for GooCanvasRectModel
HIERARCHY
- Glib::Object
+----Goo::Canvas::ItemModelSimple - +----Goo::Canvas::RectModel
INTERFACES
Goo::Canvas::ItemModel
METHODS
- itemmodel = Goo::Canvas::RectModel->new ($parent, $x, $y, $width, $height,
- ...)
o $parent (Goo::Canvas::ItemModel) - o $x (double)
- o $y (double)
- o $width (double)
- o $height (double)
- o ... (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::ItemModelSimple
COPYRIGHT
- Copyright (C) 2009 Gtk2-Perl Team