Package: gtk

Function gtk-grid-remove-column

Lambda List

gtk-grid-remove-column (grid position)

Arguments

grid -- a gtk-grid widget
position -- an integer with the position of the column to remove

Details

Removes a column from the grid. Children that are placed in this column are removed, spanning children that overlap this column have their width reduced by one, and children after the column are moved to the left.
 

See also

2021-10-30