Skip to main content

NodeStyleSetBoxSizing

Function NodeStyleSetBoxSizing 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetBoxSizing( node: NodePtr, value: BoxSizingType, )
Expand description

§Safety

Set the box sizing of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Box sizing type

§Example

NodeStyleSetBoxSizing(node, value);