Package: gtk

Accessor gtk-combo-box-row-span-column

Lambda List

gtk-combo-box-row-span-column (object)

Syntax

(gtk-combo-box-row-span-column object) => row-span
(setf (gtk-combo-box-row-span-column object) row-span)

Arguments

object -- a gtk-combo-box widget
row-span -- an integer with a column in the model passed during construction

Details

Accessor of the row-span-column slot of the gtk-combo-box class.

The slot access function gtk-combo-box-row-span-column returns the column with row span information for the combo box. The slot access function (setf gtk-combo-box-row-span-column) sets the column with row span information. The row span column contains integers which indicate how many rows an item should span.
 

See also

2021-3-12