On Wed, 2002-02-06 at 04:10, [EMAIL PROTECTED] wrote: > Hi > > In my gtk app I tried to handle the select_row signal of GtkCList. When I changed >the row selection with my mouse, it worked fine, but when I do it with the keyboard's >arrow keys, its not working, ie the signal is not triggered for the keyboard. I had >made the CList Selection Mode to Single (glade term). > > Please help me to find out a way to make it trigger the signal. >
The "select_row" signal is generated when you use the <spacebar> on a row, not just when it is highlighted moving through the list with the arrow keys. Stephen _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
