the list as the following:
GtkWidget* list = gtk_list_new();
GList* viewList = ...;
gtk_list_append_items(GTK_LIST(list), viewList);
my question is:
how to add an icon(.png, .xpm, etc) to the current selected item in the list?
Thanks
Sent from the Gtk+ - General forum at Nabble.com:
how to add an icon to the item in my list
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list