Package: gtk
Function gtk-table-new
Lambda Listgtk-table-new (rows columns homogeneous) ArgumentsReturn ValueThe the newly created gtk-table widget. Details
Used to create a new table.
An initial size must be given by specifying how many rows and columns the
table should have, although this can be changed later with the function gtk-table-resize. The arguments rows and columns must both
be in the range 1 ... 65535. For historical reasons, 0 is accepted as well
and is silently interpreted as 1. Warning | See also |
2021-7-20