Method

LasemMathmlElementupdate

Declaration

gboolean
lsm_mathml_element_update (
  LsmMathmlElement* element,
  const LsmMathmlStyle* style
)

Description

Update the actual property of an element and it’s children. This function parses the element attributes and also make elements inherit style from their parents.

Parameters

style

Type: LsmMathmlStyle

No description available.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the size of the element has changed and needs to be recalculated.