Skip to main content

NodeStyleSetMaxHeightAuto

Function NodeStyleSetMaxHeightAuto 

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

§Safety

Set the max height of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetMaxHeightAuto(node);