[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: XML and treeviews
- From: Andrew Cowie <andrew operationaldynamics com>
- To: gtk-app-devel-list gnome org
- Subject: Re: XML and treeviews
- Date: Fri, 25 Jul 2008 09:11:15 +1000
On Thu, 2008-07-24 at 10:48 +0200, Gabriele Greco wrote:
> <root>
> o <node>
> | |
> | --<subnode/>
> |
> -</node>
Couldn't you just add another row in the TreeStore for the closing tag?
If <root> is "0" and <node> is "0:0", then inserting a row after <node>
with parent <root> would be "0:1".
AfC
Sydney
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]