Package: gtk

Accessor gtk:table-n-rows

Lambda List

gtk:table-n-rows (object)

Syntax

(gtk:table-n-rows object) => n-rows
(setf (gtk:table-n-rows object) n-rows)

Arguments

object -- a gtk:table widget
n-rows -- an unsigned integer with the number of rows

Details

Accessor of the n-rows slot of the gtk:table class. The number of rows in the table.

Warning

The gtk:table-n-rows 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