Skip to main content

NodeStyleSetOverflowX

Function NodeStyleSetOverflowX 

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

§Safety

Set the overflow of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Overflow type

§Example

NodeStyleSetOverflowX(node, value);