cl-cffi-gtk
API documentation
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 function
gtk-table-n-rows
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
gtk-table
gtk-grid
2021-7-20