Function libnotcurses_sys::ncplane_valign[][src]

pub fn ncplane_valign(
    plane: &NcPlane,
    align: NcAlign,
    rows: NcDim
) -> NcIntResult
Expand description

Returns the row at which rows rows ought start in order to be aligned according to align within this NcPlane.

Returns -NCRESULT_MAX if NCALIGN_UNALIGNED or invalid NcAlign.

Method: NcPlane.valign().