Package: gtk

Function gtk:table-size

Lambda List

gtk:table-size (table)

Arguments

table -- a gtk:table widget

Return Value

n-rows -- an unsigned integer with the number of rows
n-columns -- an unsigned integer with the number of columns

Details

Gets the number of rows and columns in the table.

Warning

The gtk:table-size function has been deprecated since version 3.4 and should not be used in newly written code. Use the gtk:grid widget which does not expose the number of columns and rows.
 

See also

2024-6-27