Other items inttygrid
macro_rules! add_line { ($grid : expr, $($content : expr), *) => { ... }; }
add_line defines a GridLine with GridItems attached.
The first element provided is the grid; and the rest are strings which correspond to headers set to the grid, in order of appearance.
Please see the grid example for more.