1Goo::Canvas::TableModelU(s3e)r Contributed Perl DocumentaGtoioo:n:Canvas::TableModel(3)
2
3
4
6 Goo::Canvas::TableModel - wrapper for GooCanvasTableModel
7
9 Glib::Object
10 +----Goo::Canvas::ItemModelSimple
11 +----Goo::Canvas::GroupModel
12 +----Goo::Canvas::TableModel
13
15 Goo::Canvas::ItemModel
16
18 itemmodel = Goo::Canvas::TableModel->new ($parent, ...)
19 • $parent (Goo::Canvas::ItemModel)
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::ItemModelSimple, Goo::Canvas::GroupModel
52
54 Copyright (C) 2023 Gtk2-Perl Team
55
56
57
58perl v5.38.0 2023-07-20 Goo::Canvas::TableModel(3)