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

2021-7-20