[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
how to add an icon to the item in my list
- From: "rion10 (sent by Nabble.com)" <lists nabble com>
- To: gtk-list gnome org
- Subject: how to add an icon to the item in my list
- Date: Mon, 12 Dec 2005 18:30:20 -0800 (PST)
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]