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 for the row to place the child widget in

Details

The accessor for the row slot gets or sets the row number to which the child widget attaches its top side.
 

See also

2026-07-20