Package: gtk
Function gtk:grid-attach-next-to
Lambda Listgtk:grid-attach-next-to (grid child sibling side &optional width height) ArgumentsDetails
Adds a child widget to the grid. The child widget is placed next to sibling, on the side determined by side. When the sibling argument is nil, the child
widget is placed in row 0, for left or right placement, or column 0, for top or bottom placement, at the end indicated by side. | See also |
2025-05-10