Re: Query on Multiple row selection in a GtkTreeView

2010-08-17 Thread Debapriya Das
Dear Tadej, Thanks a lot for your response. Using your trick I could resolve the multi selection issue. But I am now stuck with another problem. In my implementation, GtkTreeView is multicolumner. The multi selection is working fine when I click on the first column, but when I click on other

Query on Multiple row selection in a GtkTreeView

2010-07-16 Thread Debapriya Das
Hi, I am facing a problem while implementing following feature using Gtk. *Requirement :* I've a Tree view which is multiply selectable. I want to select multiple elements in the tree view and then right click on the same so that a menu pops up. *Problem *I have made the tree view multiply

Re: Query on Multiple row selection in a GtkTreeView

2010-07-16 Thread Tadej Borovšak
Hi. I think that returning TRUE from your button-press-event handler should fix this. Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org