Re: [gtk-list] Deprecated function gtk_ctree_set_reorderable
- From: Ronan Bourlier <rbourlie ford com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Deprecated function gtk_ctree_set_reorderable
- Date: Fri, 22 Jan 1999 10:10:40 -0500
Rui Monteiro wrote:
>
> Hi there:
>
> I've been trying to compile gnome-core-0.99.3.2 but it stops when
> linking, because it can't find the gtk_ctree_set_reorderable() function.
> I'm using gtk+-1.1.13 version of the GTK+ library and I didn't find any
> reference to this specific function.
> Can you tell me what is the status for this function? Was it
> substitued by any other function or it simply went to The Paradise
> of Good Functions?
> Thank you
>
Hi,
gtk_ctree_set_reorderable() doesn't exist anymore since 1.1.13.
It is replace by gtk_clist_set_reorderable().
So if you have a line like :
gtk_ctree_set_reorderable(GTK_CTREE(widget))
replace by gtk_clist_set_reorderable(GTK_CLIST(widget)).
It worked fine for me.
Ronan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]