Macro ttygrid::add_line[][src]

macro_rules! add_line {
    ($grid : expr, $($content : expr), *) => { ... };
}
Expand description

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.