Type Definition libnotcurses_sys::NcVisualOptions[][src]

type NcVisualOptions = ncvisual_options;
Expand description

Options struct for NcVisual

If a plane is not provided, one will be created, having the exact size necessary to display the visual (this might be smaller or larger than the rendering area). if NCVISUAL_OPTION_CHILDPLANE is provided, this will be interpreted as the parent.

A subregion of the visual can be rendered using begx, begy, lenx, and leny.

Implementations

Specify an existing plane.

If NCVISUAL_OPTION_CHILDPLANE is used in flags then the plane is interpreted as the parent NcPlane of the new plane created for this NcVisual.