debian man page for goo::canvas::tablemodel

Query: goo::canvas::tablemodel

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Goo::Canvas::TableModel(3pm)				User Contributed Perl Documentation			      Goo::Canvas::TableModel(3pm)

NAME
Goo::Canvas::TableModel - wrapper for GooCanvasTableModel
HIERARCHY
Glib::Object +----Goo::Canvas::ItemModelSimple +----Goo::Canvas::GroupModel +----Goo::Canvas::TableModel
INTERFACES
Goo::Canvas::ItemModel
METHODS
itemmodel = Goo::Canvas::TableModel->new ($parent, ...) o $parent (Goo::Canvas::ItemModel) o ... (list)
PROPERTIES
'column-spacing' (double : default 0 : readable / writable) The default space between columns 'homogeneous-columns' (boolean : default false : readable / writable) If all columns are the same width 'homogeneous-rows' (boolean : default false : readable / writable) If all rows are the same height 'horz-grid-line-width' (double : default 0 : readable / writable) The width of the grid line to draw between rows 'row-spacing' (double : default 0 : readable / writable) The default space between rows 'vert-grid-line-width' (double : default 0 : readable / writable) The width of the grid line to draw between columns 'x-border-spacing' (double : default 0 : readable / writable) The amount of spacing between the lefmost and rightmost cells and the border grid line 'y-border-spacing' (double : default 0 : readable / writable) The amount of spacing between the topmost and bottommost cells and the border grid line
SEE ALSO
Glib::Object, Goo::Canvas::ItemModelSimple, Goo::Canvas::GroupModel
COPYRIGHT
Copyright (C) 2011 Gtk2-Perl Team perl v5.14.2 2011-11-16 Goo::Canvas::TableModel(3pm)
Related Man Pages
gnome2::canvas::pixbuf(3pm) - debian
goo::canvas::item(3pm) - debian
goo::canvas::rectmodel(3pm) - debian
goo::canvas::tablemodel(3pm) - debian
goo::canvas::textmodel(3pm) - debian
Similar Topics in the Unix Linux Community
How to fetch rows based on line numbers or based on the beginning of a word?
Transpose multipe columns to rows and adding headers
Suggestion to convert data in rows to data in columns
combine the values from the first two columns within a file
transposing columns into rows