On Fri, Dec 03, 1999 at 07:11:44PM +0100, Rapha�l LANGELLA wrote:
> The fact is that I'm not using CList but CTree widget. And the problem happens
> when I'm accessing he column where there is a tree. This node is special
> and I can't get its text using gtk_ctree_node_get_text. I could manage using
> gtk_ctree_get_node_info, but I'm using Gtk-Perl and this function doesn't
> exist.

gtk_ctree_node_get_text() works only when the node is a text node.
You should use gtk_ctree_node_get_pixtext() if it's a pixtext one,
and so on.
Anyway, I added gtk_ctree_get_node_info() to the bindings.

lupus

-- 
"You guys are definitely worth a wedding party." The Debian folks at ALS99

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to