Skip to main content

NodeStyleSetRightAuto

Function NodeStyleSetRightAuto 

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

§Safety

Set the right of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetRightAuto(node);