Function NodeStyleSetOrder
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetOrder(node: NodePtr, value: i32)
Expand description
§Safety
Set the order of a node instance.
§Arguments
node - Raw pointer to the Node instance
value - Order
§Example
NodeStyleSetOrder(node, value);