Re: [pygtk] CTree silly question

2000-09-05 Thread James Henstridge
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

[pygtk] CTree silly question

2000-09-05 Thread Alexandre Fayolle
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)