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 -- the gtk-widget to add
sibling -- the gtk-widget child of grid that child will be placed next to, or nil to place child at the beginning or end
side -- the side of sibling of type gtk-position-type 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 sibling is nil, the child widget is placed in row, for left or right placement, or column 0, for top or bottom placement, at the end indicated by side.
 

See also

2021-10-30