Skip to main content

NodeStyleSetMinWidthAuto

Function NodeStyleSetMinWidthAuto 

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

§Safety

Set the min width of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetMinWidthAuto(node);