PDA

View Full Version : GtkTreeView Multiple row selection problem



bhagabhi
May 30th, 2009, 04:31 AM
I have a problem with a GtkTreeView - Multiple row selection is turned on, and so is dragging. The problem is that when selecting several rows via holding the CTRL key - and then when starting the dragging (by clicking on some of the selected rows and moving the mouse (dragging) - the last item that I click on to do the actual dragging is switched to be non-selected. This results in a drag containing all items, exept the last clicked.

Has anybody seen similar behaviour and have a solution?