it was my fault,
I didn't add a button mask to gtk_tree_view_enable_model_drag_source
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
it was my fault,
I didn't add a button mask to gtk_tree_view_enable_model_drag_source
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi again!
Sorry if this topic was explained in the past.
I connected drag'n'drop events to my treeview:
g_signal_connect (object, "drag-begin",
G_CALLBACK (_drag_start_cb), NULL);
g_signal_connect (object, "drag-data-get",
G_CALLBACK (_drag_data_get_cb)
Hi!
I have read the document at
http://developer.gnome.org/doc/API/2.0/gtk/gtk-GtkTreeView-drag-and-drop.html
about high-level drag'n'drop api for gtktreeview,
but still don't know where to start. I understand most of this
functions, but what events I have to connect to, to enable drag and
drop o