Create a new real number node. The new real number node is added to the end of the specified parent's child list. The constant MXML_NO_PARENT can be used to specify that the new real number node has no parent.
mxml_node_t * mxmlNewReal( mxml_node_t * parent, double real);
Name | Description |
---|---|
parent | Parent node or MXML_NO_PARENT |
real | Real number value |
New node