Skip to main content

NodeStyleSetHeightAuto

Function NodeStyleSetHeightAuto 

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

§Safety

Set the height of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetHeightAuto(node);