Re: gtk_ctree_set_reorderable ???
- From: Philippe Moutarlier <philippe enit fr>
- To: John Kennedy <jk csuchico edu>
- Cc: GNOME <gnome-list gnome org>
- Subject: Re: gtk_ctree_set_reorderable ???
- Date: 20 Jan 1999 15:50:59 +0100
John Kennedy <jk@csuchico.edu> writes:
> [Philippe Moutarlier]
> > Where is it ?? I rgreped my whole source tree without finding
> > it. However,
> > ./gnome-core/gmenu/gmenu.c
> > and
> > ./mc/gnome/gtkdtree.c
> > need it !
>
> Did you grep your changelogs? (:
>
> I've appended my patch for gnome-core and I heard it has been fixed
> in CVS, although it sounds like they "fixed" it by deleting it rather
> than replacing it with the un-depreciated version (at least for now).
>
> The gnome-admin-0.99.1 module has a similar problem.
>
> I didn't notice a problem with mc-4.5.9 or mc-4.5.7, although
> mc-4.5.9 was pining for gtk+-1.1.13 & glib-1.1.13 (up from -1.1.12).
>
I tried the tarball for mc-4.5.9 but configure spits on a GNOME_CORBA_HOOK pb.
Then I tried the latest CVS for mc : this is missing "gtk_ctree_set_reorderable" which is
not any where to be found.
> --- john
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> --- ./gmenu/gmenu.c.OLD Tue Jan 12 15:45:02 1999
> +++ ./gmenu/gmenu.c Tue Jan 19 21:05:26 1999
> @@ -353,7 +353,7 @@
> gtk_clist_set_row_height(GTK_CLIST(menu_tree_ctree),22);
> gtk_clist_set_column_width(GTK_CLIST(menu_tree_ctree),0,300);
> gtk_clist_set_selection_mode(GTK_CLIST(menu_tree_ctree),GTK_SELECTION_SINGLE);
> - gtk_ctree_set_reorderable(GTK_CTREE(menu_tree_ctree),TRUE);
> + gtk_clist_set_reorderable(GTK_CTREE(menu_tree_ctree),TRUE);
> gtk_ctree_set_drag_compare_func(GTK_CTREE(menu_tree_ctree), tree_move_test_cb);
> gtk_signal_connect_after(GTK_OBJECT(menu_tree_ctree),"button_release_event", GTK_SIGNAL_FUNC(tree_item_selected),NULL);
> gtk_signal_connect(GTK_OBJECT(menu_tree_ctree),"tree_move", GTK_SIGNAL_FUNC(tree_moved),"before");
>
>
> --
> FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]