1Goo::Canvas::Rect(3)  User Contributed Perl Documentation Goo::Canvas::Rect(3)
2
3
4

NAME

6       Goo::Canvas::Rect - wrapper for GooCanvasRect
7

HIERARCHY

9         Glib::Object
10         +----Goo::Canvas::ItemSimple
11              +----Goo::Canvas::Rect
12

INTERFACES

14         Goo::Canvas::Item
15

METHODS

17   item = Goo::Canvas::Rect->new ($parent, $x, $y, $width, $height, ...)
18       •   $parent (Goo::Canvas::Item)
19
20       •   $x (double)
21
22       •   $y (double)
23
24       •   $width (double)
25
26       •   $height (double)
27
28       •   ... (list)
29

PROPERTIES

31       'height' (double : default 0 : readable / writable)
32           The height of the rectangle
33
34       'radius-x' (double : default 0 : readable / writable)
35           The horizontal radius to use for rounded corners
36
37       'radius-y' (double : default 0 : readable / writable)
38           The vertical radius to use for rounded corners
39
40       'width' (double : default 0 : readable / writable)
41           The width of the rectangle
42
43       'x' (double : default 0 : readable / writable)
44           The x coordinate of the rectangle
45
46       'y' (double : default 0 : readable / writable)
47           The y coordinate of the rectangle
48

SEE ALSO

50       Glib::Object, Goo::Canvas::ItemSimple
51
53       Copyright (C) 2022 Gtk2-Perl Team
54
55
56
57perl v5.36.0                      2022-07-22              Goo::Canvas::Rect(3)
Impressum