Re: [Java-gnome-developer] Add child(ren) to a row
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-03-03 08:39:40
|
On Mon, 2009-03-02 at 21:19 +0100, Guillaume Mazoyer wrote: > Since few days I'm searching how to add child(ren) to a row which is > in a treeview. It's TreeStore's appendRow(), same as for ListStore. TreeStore has a variant which takes a parent TreeIter, and that creates a child. http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/TreeStore.html#appendChild(org.gnome.gtk.TreeIter) AfC Sydney |