Skip to main content

NodeStyleSetWidthAuto

Function NodeStyleSetWidthAuto 

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

§Safety

Set the width of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetWidthAuto(node);