mostwanted
September 19th, 2005, 11:53 AM
I'm trying to make an image viewing application, but I'm having trouble getting the image widget to work properly. The trouble is with updating the image with another pixbuf after it's been used once.
I'm using tables and trying to reattach the image at the same coordinates works, but doesn't remove what's already there (e.g. I see 2 images). Merely updating what the Image object points to doesn't work of course. What can I do?
I'm using Gtk# with C#, but examples in any programming language will be accepted.
I'm using tables and trying to reattach the image at the same coordinates works, but doesn't remove what's already there (e.g. I see 2 images). Merely updating what the Image object points to doesn't work of course. What can I do?
I'm using Gtk# with C#, but examples in any programming language will be accepted.