Skip to main content

NodeStyleSetBorderRightCalcHandle

Function NodeStyleSetBorderRightCalcHandle 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetBorderRightCalcHandle( node: NodePtr, calc_handle: i32, )
Expand description

§Safety

Set the border right of a node instance to a calc handle.

§Arguments

  • node - Raw pointer to the Node instance
  • calc_handle - Calc handle

§Example

NodeStyleSetBorderRightCalcHandle(node, calc_handle);