Skip to main content

NodeStyleSetRowGapNormal

Function NodeStyleSetRowGapNormal 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetRowGapNormal(node: NodePtr)
Expand description

§Safety

Set the row gap of a node instance to undefined.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetRowGapNormal(node);