Package: gtk

Accessor gtk:grid-layout-child-row

Lambda List

gtk:grid-layout-child-row (object)

Syntax

(gtk:grid-layout-child-row object) => row
(setf (gtk:grid-layout-child-column object) row)

Arguments

object -- a gtk:grid-layout-child object
row -- an integer with the row to place the child widget in

Details

Accessor of the row slot of the gtk:grid-layout-child class. The gtk:grid-layout-child-row function retrieves the row number to which child attaches its top side. The (setf gtk:grid-layout-child-row) function sets the row number.
 

See also

#2024-4-23