Goo::Canvas::TableModel.3pm

Langue: en

Autres versions - même langue

Version: 2009-05-07 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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, ...)

$parent (Goo::Canvas::ItemModel)
... (list)

PROPERTIES

'column-spacing' (double : readable / writable)
The default space between columns
'height' (double : readable / writable)
The requested height of the table, or -1 to use the default height
'homogeneous-columns' (boolean : readable / writable)
If all columns are the same width
'homogeneous-rows' (boolean : readable / writable)
If all rows are the same height
'horz-grid-line-width' (double : readable / writable)
The width of the grid line to draw between rows
'row-spacing' (double : readable / writable)
The default space between rows
'vert-grid-line-width' (double : readable / writable)
The width of the grid line to draw between columns
'width' (double : readable / writable)
The requested width of the table, or -1 to use the default width
'x-border-spacing' (double : readable / writable)
The amount of spacing between the lefmost and rightmost cells and the border grid line
'y-border-spacing' (double : 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 (C) 2009 Gtk2-Perl Team