GtkList::end_selection
void end_selection(void);
end_selection() ends a selection
as it would be if made using
start_selection() . It curtails
the selection so that only the anchor and the item selected return
a "select" signal.
Note that this method can only be used if the list's selection mode is
set to GTK_SELECTION_EXTENDED.