Skip to main content

NodeStyleSetMaxWidth

Function NodeStyleSetMaxWidth 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetMaxWidth( node: NodePtr, value: f32, )
Expand description

§Safety

Set the max width of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Max width type

§Example

NodeStyleSetMaxWidth(node, value);