On Wed, 2007-03-14 at 16:32 +0200, Itai Bar-Haim wrote: > Hi. > I was looking through the API, but I couldn't find a way to disable > dragging of the text. Is it possible at all?
Look at the gtk_drag_???() functions. For example, to disable an entry from receiving text drags you would do gtk_drag_dest_unset (widget). / Cody _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
