Python plugin reload_image



Hi all, im writing a python plugin for eog
and i need to reload current image

My function is like this:

def my_callback(self, action, window):


  window.reload_image()

I have an error: unknown attribute reload_image for window.
How I can reload image using python?
I've see that in C I can call oeg_window_reload_image(window);

Thx.

Attachment: signature.asc
Description: OpenPGP digital signature



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