Function NodeStyleSetPaddingTopCalcHandle
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetPaddingTopCalcHandle(
node: NodePtr,
calc_handle: i32,
)
Expand description
§Safety
Set the padding top of a node instance to a calc handle.
§Arguments
node - Raw pointer to the Node instance
calc_handle - Calc handle
§Example
NodeStyleSetPaddingTopCalcHandle(node, calc_handle);