Package: gtk
Function gtk:table-new
Lambda Listgtk:table-new (rows columns &optional 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 gtk:table-resize function. The rows and columns arguments
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 |
2024-6-27