1Goo::Canvas::Table(3) User Contributed Perl DocumentationGoo::Canvas::Table(3)
2
3
4
6 Goo::Canvas::Table - wrapper for GooCanvasTable
7
9 Glib::Object
10 +----Goo::Canvas::ItemSimple
11 +----Goo::Canvas::Group
12 +----Goo::Canvas::Table
13
15 Goo::Canvas::Item
16
18 item = Goo::Canvas::Table->new ($parent, ...)
19 · $parent (Goo::Canvas::Item)
20
21 · ... (list)
22
24 'column-spacing' (double : default 0 : readable / writable)
25 The default space between columns
26
27 'homogeneous-columns' (boolean : default false : readable / writable)
28 If all columns are the same width
29
30 'homogeneous-rows' (boolean : default false : readable / writable)
31 If all rows are the same height
32
33 'horz-grid-line-width' (double : default 0 : readable / writable)
34 The width of the grid line to draw between rows
35
36 'row-spacing' (double : default 0 : readable / writable)
37 The default space between rows
38
39 'vert-grid-line-width' (double : default 0 : readable / writable)
40 The width of the grid line to draw between columns
41
42 'x-border-spacing' (double : default 0 : readable / writable)
43 The amount of spacing between the lefmost and rightmost cells and
44 the border grid line
45
46 'y-border-spacing' (double : default 0 : readable / writable)
47 The amount of spacing between the topmost and bottommost cells and
48 the border grid line
49
51 Glib::Object, Goo::Canvas::ItemSimple, Goo::Canvas::Group
52
54 Copyright (C) 2020 Gtk2-Perl Team
55
56
57
58perl v5.32.0 2020-07-28 Goo::Canvas::Table(3)