Hello,

Follow is the code to show image A.

  image = create_pixmap(win_background, FILENAME);
  gtk_widget_show(image);
  gtk_box_pack_start(GTK_BOX(vbox), image, TRUE, TRUE, 0);

I added image widget with image A in my app. I want to 
replace the image A to a image B. How can I do that?

-- 
Seongsu Lee - http://www.senux.com/
All most people want is a little more than they'll
ever get.




_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to