Hi, On Fri, 2002-08-09 at 04:15, [EMAIL PROTECTED] wrote: > hi.. > i wanted to ask ,what is the code syntax for deslecting an item > from a list..
Check the reference for GtkTreeSelection, which manages selections for GtkTreeViews. You get the selection for a treeview with gtk_tree_view_get_selection(). HTH, Gustavo _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
