Re: Mouse leave on a row of GtkTreeView

2017-09-19 Thread Eric Cashon via gtk-app-devel-list
eturn FALSE; } -Original Message- From: pspgen To: cecashon Sent: Tue, Sep 19, 2017 11:36 am Subject: Re: Mouse leave on a row of GtkTreeView - Цитат от cecas...@aol.com, на 19.09.2017 в 20:38 - Could you use a GtkListBox? With a list box you can add a widget

Re: Mouse leave on a row of GtkTreeView

2017-09-19 Thread Eric Cashon via gtk-app-devel-list
Could you use a GtkListBox? With a list box you can add a widget to the row and connect the "enter-notify-event" and "leave-notify-event" signals. There is example code for a list box at https://blog.gtk.org/2017/06/01/drag-and-drop-in-lists-revisited/ It is drag and drop but you could chang