Skip to main content

NodeStyleSetDisplay

Function NodeStyleSetDisplay 

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

§Safety

Set the display of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Display type

§Example

NodeStyleSetDisplay(node, value);