Package: gtk

Function gtk:grid-attach-next-to

Lambda List

gtk:grid-attach-next-to (grid child sibling side width height)

Arguments

grid -- a gtk:grid widget
child -- a gtk:widget child widget to add
sibling -- a gtk:widget sibling widget of the grid that child will be placed next to, or nil to place child at the beginning or end
side -- a gtk:position-type value with the side of sibling that child is positioned next to
width -- an integer with the number of columns that child will span
height -- an integer with the number of rows that child will span

Details

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

2024-9-14