Package: gtk
Function gtk:grid-insert-next-to
Lambda Listgtk:grid-insert-next-to (grid sibling side) ArgumentsDetails
Inserts a row or column at the specified position. The new row or column is placed next to sibling, on the side determined by side. If the side argument is :top or :bottom, a row is inserted. If the side argument is :left of :right,
a column is inserted. | See also |
2024-9-14