On Tue, 5 Sep 2000, Alexandre Fayolle wrote:

> How can I get the parent of a node in a CTree ?
> I want to insert a node as a sibling of the node that's been clicked, but
> tree.insert_node cannot take a None parameter for the parent and a
> non-None parameter for the sibling (I get Gtk-CRITICAL **: file
> gtkctree.c: line 3644 (gtk_ctree_insert_node): assertion `GTK_CTREE_ROW
> (sibling)->parent == parent' failed.).
> 
> Using Gtk, I would be able to use the GTK_TREE_ROW to get the row from the
> node, and then look at the parent field of the row. Is there somethoing
> similar in pygtk somewhere ? (even if it's an ugly workaround, I'm
> interested...)

parent = node.parent

There are descriptions of most of the types that are defined in the C part
of pygtk in the description.py file included in the tarball.

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to