|
|
| Author |
Message |
|
|
Ossi Familiar Face
Joined: 09 Sep 2008 Posts: 44 Location: Aalborg, Denmark
|
Posted: Thu Sep 11, 2008 1:04 pm Post subject: [solved]overwriting a image in a box |
|
|
Hi all.
How can I overwrite a image with another image, which is placed in a vbox?
My app. starts with image x, and later i want to replace image x with image y. How do I do that?
\Ossi |
|
| Back to top |
|
 |
Ossi Familiar Face
Joined: 09 Sep 2008 Posts: 44 Location: Aalborg, Denmark
|
Posted: Thu Sep 11, 2008 2:55 pm Post subject: |
|
|
| I used gtk_container_remove() to remove the old image and then load the new image and pack it to the box... |
|
| Back to top |
|
 |
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 643 Location: Falun, WI USA
|
|
| Back to top |
|
 |
|