Skip to main content

NodeStyleSetPaddingRightNone

Function NodeStyleSetPaddingRightNone 

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

§Safety

Set the padding right of a node instance to undefined.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetPaddingRightNone(node);