Re: Dragging multiple objects from a TreeView

2006-10-23 Thread Freddie Unpenstein
Someone said some stuff... GTK+ does not work like, say, KDE or windows. You have to drag when you have finished your multiple selection without clicking again (keep your finger on the mouse button). If you click again, as you say your multiple selection will have gone. Does GtkTreeView

Re: Dragging multiple objects from a TreeView

2006-09-23 Thread Chris Vine
On Wednesday 20 September 2006 12:00, [EMAIL PROTECTED] wrote: Sorry folks, I must be sitting on my brains. I have a GtkTreeView, from which I want to drag (possibly) multiple (selected) rows. This is a sketch of the code so far: [snip] All works dandy, I can select multiple rows (with

Dragging multiple objects from a TreeView

2006-09-20 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry folks, I must be sitting on my brains. I have a GtkTreeView, from which I want to drag (possibly) multiple (selected) rows. This is a sketch of the code so far: | GtkTreeView *itlist; ... | itlist_fill(GTK_WIDGET(itlist), dbh); | /*