how to add an icon to the item in my list



I use gtk+1.2;
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

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]