On 2018-09-11 13:50 Yuri Khan <yurivk...@gmail.com> wrote:
> Reading the “GtkTreeView drag-and-drop”[1] page, I get the impression
> that you’d need to implement a wrapper around GtkTreeStore, or
> possibly a class derived from GtkTreeStore, that also overrides the
> row_draggable method so that it returns False for non-draggable rows.

Thanks for the hint.

It is Gtk.TreeView.do_row_draggable()

https://lazka.github.io/pgi-docs/Gtk-3.0/classes/TreeDragSource.html#Gtk.TreeDragSource.do_row_draggable

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to