Skip to main content

NodeStyleSetColumnGapNormal

Function NodeStyleSetColumnGapNormal 

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

§Safety

Set the column gap of a node instance to undefined.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetColumnGapNormal(node);