1Goo::Canvas::Group(3) User Contributed Perl DocumentationGoo::Canvas::Group(3)
2
3
4
6 Goo::Canvas::Group - wrapper for GooCanvasGroup
7
9 Glib::Object
10 +----Goo::Canvas::ItemSimple
11 +----Goo::Canvas::Group
12
14 Goo::Canvas::Item
15
17 item = Goo::Canvas::Group->new (...)
18 ยท ... (list)
19
21 'height' (double : default -1 : readable / writable)
22 The height of the group, or -1 to use the default height
23
24 'width' (double : default -1 : readable / writable)
25 The width of the group, or -1 to use the default width
26
27 'x' (double : default 0 : readable / writable)
28 The x coordinate of the group
29
30 'y' (double : default 0 : readable / writable)
31 The y coordinate of the group
32
34 Glib::Object, Goo::Canvas::ItemSimple
35
37 Copyright (C) 2020 Gtk2-Perl Team
38
39
40
41perl v5.30.1 2020-01-30 Goo::Canvas::Group(3)