> How can I get information about the rows of a GtkClist which are actually selected? Glist *glist = GTK_CLIST(clist)->selection; Then you got the selected rows in a glist that you can iterate ... / Tim -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] Selected rows in GtkClist Joachim Backes