Skip to main content

NodeStyleSetOverflowY

Function NodeStyleSetOverflowY 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetOverflowY( 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

NodeStyleSetOverflowY(node, value);