Skip to main content

NodeStyleSetMinHeightAuto

Function NodeStyleSetMinHeightAuto 

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

§Safety

Set the min height of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetMinHeightAuto(node);