1Goo::Canvas::RectModel(U3s)er Contributed Perl DocumentatGiooon::Canvas::RectModel(3)
2
3
4
6 Goo::Canvas::RectModel - wrapper for GooCanvasRectModel
7
9 Glib::Object
10 +----Goo::Canvas::ItemModelSimple
11 +----Goo::Canvas::RectModel
12
14 Goo::Canvas::ItemModel
15
17 itemmodel = Goo::Canvas::RectModel->new ($parent, $x, $y, $width, $height,
18 ...)
19 • $parent (Goo::Canvas::ItemModel)
20
21 • $x (double)
22
23 • $y (double)
24
25 • $width (double)
26
27 • $height (double)
28
29 • ... (list)
30
32 'height' (double : default 0 : readable / writable)
33 The height of the rectangle
34
35 'radius-x' (double : default 0 : readable / writable)
36 The horizontal radius to use for rounded corners
37
38 'radius-y' (double : default 0 : readable / writable)
39 The vertical radius to use for rounded corners
40
41 'width' (double : default 0 : readable / writable)
42 The width of the rectangle
43
44 'x' (double : default 0 : readable / writable)
45 The x coordinate of the rectangle
46
47 'y' (double : default 0 : readable / writable)
48 The y coordinate of the rectangle
49
51 Glib::Object, Goo::Canvas::ItemModelSimple
52
54 Copyright (C) 2021 Gtk2-Perl Team
55
56
57
58perl v5.32.1 2021-01-27 Goo::Canvas::RectModel(3)