goo::canvas::table(3pm) debian man page | unix.com

Man Page: goo::canvas::table

Operating Environment: debian

Section: 3pm

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

NAME
Goo::Canvas::Table - wrapper for GooCanvasTable
HIERARCHY
Glib::Object +----Goo::Canvas::ItemSimple +----Goo::Canvas::Group +----Goo::Canvas::Table
INTERFACES
Goo::Canvas::Item
METHODS
item = Goo::Canvas::Table->new ($parent, ...) o $parent (Goo::Canvas::Item) 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::ItemSimple, Goo::Canvas::Group
COPYRIGHT
Copyright (C) 2011 Gtk2-Perl Team perl v5.14.2 2011-11-16 Goo::Canvas::Table(3pm)
Related Man Pages
gnome2::canvas::pixbuf(3pm) - debian
goo::canvas::ellipsemodel(3pm) - debian
goo::canvas::imagemodel(3pm) - debian
goo::canvas::itemsimple(3pm) - debian
goo::canvas::text(3pm) - debian
Similar Topics in the Unix Linux Community
Transpose multipe columns to rows and adding headers
While loop problem
Suggestion to convert data in rows to data in columns
convert columns into rows with respect to first column
Awk getting statistics of a grid file,