I'm trying to add drag and drop support from a GtkCList. The problem I am encountering is that a row does not appear to be selected until the button is released, while a drag will start when on the button press.
I can find out the correct row by using the "focus_row" attribute, but to the user this looks kind of funny - they are dragging a row which has not been selected. It gets even worse if I want to enable multiple selection - some rows are selected, but the dragging row is not. I can use the selection list and the focus row to get allow the items, but it looks and feels odd. Is there a way I can get the row to be selected before the drag begins? -- Don Allingham [EMAIL PROTECTED] http://gramps.sourceforge.net _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
