Skip to main content

interp_grid_get

Function interp_grid_get 

Source
fn interp_grid_get(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Retrieve a grob from the display list by name.

@param name character string naming the grob @return the grob, or NULL if not found