in reply to Re^2: GTK2 - Load updated image file into a framein thread GTK2 - Load updated image file into a frame
My idea, use timer, but only do this in timer
$image->clear; $image->set_from_file( 'test.jpg' ); [download]
where $image is a global variable