Package: gtk

Accessor gtk:table-n-columns

Lambda List

gtk:table-n-columns (object)

Syntax

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

Arguments

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

Details

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

Warning

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