Extra space after textview

2018-10-24 Thread Matthew A. Postiff via gtk-app-devel-list
Hi, Working on a "bug" in a gtk program for a while. We have a window with multiple textviews one after the other strung together. Built against gtk2, things appear fine. I'm trying to upgrade to gtk3, and running into a problem. The following python-gtk programs demonstrate. In GTK3, the

GtkTreeRowReference and Drag-and-Drop

2018-10-24 Thread Mitko Haralanov via gtk-app-devel-list
I've implemented a treeview in my application, which has drag-and-drop enabled to allow re-ordering of the rows. To support tree model updates while the user is performing dnd operations, I also have GtkTreeRowReferences for each row in the model (the model will not have too many rows). However,