1Goo::Canvas::Path(3) User Contributed Perl Documentation Goo::Canvas::Path(3)
2
3
4
6 Goo::Canvas::Path - wrapper for GooCanvasPath
7
9 Glib::Object
10 +----Goo::Canvas::ItemSimple
11 +----Goo::Canvas::Path
12
14 Goo::Canvas::Item
15
17 item = Goo::Canvas::Path->new ($parent, $path_data, ...)
18 • $parent (Goo::Canvas::Item)
19
20 • $path_data (string)
21
22 • ... (list)
23
25 'data' (string : default undef : writable)
26 The sequence of path commands
27
28 'height' (double : default 0 : readable / writable)
29 The height of the path
30
31 'width' (double : default 0 : readable / writable)
32 The width of the path
33
34 'x' (double : default 0 : readable / writable)
35 The x coordinate of the path
36
37 'y' (double : default 0 : readable / writable)
38 The y coordinate of the path
39
41 Glib::Object, Goo::Canvas::ItemSimple
42
44 Copyright (C) 2021 Gtk2-Perl Team
45
46
47
48perl v5.32.1 2021-01-27 Goo::Canvas::Path(3)