Function NodeStyleSetWidth
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetWidth(node: NodePtr, value: f32)
Expand description
§Safety
Set the width of a node instance.
§Arguments
node - Raw pointer to the Node instance
value - Width type
§Example