How to replace a image ?



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.







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