Up
_gtkTableSizeSet
_gtkTableSizeSet
changes the number of rows and columns in a
Tables
object.
Prototype : fun [ObjGtkTable] [I I]
ObjGtkTable
: a Tables object.
[I I]
: the new numbers of rows and columns.
Return
: the same Tables object or nil if an error occurs.
See also
_gtkTableSizeGet
Example