This is very interesting but something very odd happens when I press the down arrow key on a GtkCList which has just been created with text in it and has no selections: the first row gets a box, and if I keep moving with the down keyboard key I end up with two boxes. This is with GTK 2.4.13. Then when I press space this problem goes away. Thanks, Best Regards, Neil On Sun, 21 Nov 2004 15:26:17 +0100 (CET), Jan-Marek Glogowski <glogow@xxxxxxxxxx> wrote: > Hi > > The idea is to "emulate" the mouse behaviour. If you have a large list you > can scroll with the mouse, without selecting an item. Same with the > cursor: you scroll the list (change focus) and then select an item (press > space). > > To move the selection with the focus: > > gtk_clist_set_selection_mode( clist, GTK_SELECTION_BROWSE ); > > Now you need to follow the focus row - maybe connect button_press and > check, if clist->focus_row has changed. Then gtk_clist_select_row( clist, > focus_row, 0 ); > > HTH > > Jan-Marek > _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list