in reply to Re^2: GTK2 - Load updated image file into a frame
in 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' );

where $image is a global variable