Dnd and textview
- From: Emmanuel Briot <briot act-europe fr>
- To: gtk-devel-list gnome org
- Subject: Dnd and textview
- Date: 06 Jul 2003 13:10:26 +0200
The textview widget doesn't pass dnd operations/signals to its parent
when there is no supported type. The fix is simple, in
gtk_text_view_drag_motion:
if (gtk_drag_dest_find_target (widget, context,
gtk_drag_dest_get_target_list (widget)) == GDK_NONE)
{
/* can't accept any of the offered targets */
+ return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]