Up
_gtkTableRowSet
_gtkTableRowSet
set the space between a given table row and the following row in a
Tables
object.
Prototype : fun [ObjGtkTable I I] ObjGtkTable
ObjGtkTable
: a Tables object.
I
: the number of the row (the first column has the number 1). If nil, then all rows will set.
I
: the spacing (the space between two consecutive rows).
Return
ObjGtkTable : the same Tables or nil if an error occurs.
See also
_gtkTableColumnSet
Example