How to disable GTK Drag'n Drop?
How to complete disable Drag'开发者_运维知识库n Drop from a GtkEntry ?
I'd discovered that if you set the property gtk-dnd-drag-threshold
to a value larger than the screen size, it will block the DnD for the whole application.
精彩评论