wxXmlNode::wxXmlNode append children instead of prepend
Adam Versteegen
avesty at gmail.com
Fri May 2 08:53:24 PDT 2008
I want to be able to append a new node to the parents children instead
of prepending it.
>From the looks of things the only way to do this is to iterate through
the parents children first,
find the last child, then do wxXmlNode::InsertChild with the last
child as the before_node parameter.
Not difficult, but it would seem like a fairly common need to be able
to append children instead
of prepending them. Is there any reason that functionality isn't in
wxXmlNode, or is it there
and I'm just missing it?
Any tips appreciated.
More information about the wx-users
mailing list