Package: gtk

Function gtk:grid-insert-row

Lambda List

gtk:grid-insert-row (grid pos)

Arguments

grid -- a gtk:grid widget
pos -- an integer with the position to insert the row at

Details

Inserts a row at the specified position. Children which are attached at or below this position are moved one row down. Children which span across this position are grown to span the new row.
 

See also

2024-9-14