Choi He Chul wrote: > > hi. > > IconList is available in glade-gnome . > > But, I don't know how to add the icon .. > > add by hand in a source code ? Yes, you will have to add the icons yourself in the code, e.g. window1 = create_window1(); iconlist = lookup_widget (window1, "iconlist1"); ... add icons here ... Damon