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

NAME

6       Goo::Canvas::Path - wrapper for GooCanvasPath
7

HIERARCHY

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

INTERFACES

14         Goo::Canvas::Item
15

METHODS

17   item = Goo::Canvas::Path->new ($parent, $path_data, ...)
18       •   $parent (Goo::Canvas::Item)
19
20       •   $path_data (string)
21
22       •   ... (list)
23

PROPERTIES

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

SEE ALSO

41       Glib::Object, Goo::Canvas::ItemSimple
42
44       Copyright (C) 2022 Gtk2-Perl Team
45
46
47
48perl v5.34.0                      2022-01-21              Goo::Canvas::Path(3)
Impressum