Contents Previous Next

mxmlDelete()


Description

Delete a node and all of its children. If the specified node has a parent, this function first removes the node from its parent using the mxmlRemove() function.

Syntax

void
mxmlDelete(
    mxml_node_t * node);

Arguments

NameDescription
nodeNode to delete

Returns

Nothing.


Contents Previous Next