hello
I am new to pygtk but familiar with python. I am trying to build a
simple gui that allows zooming and panning (using arrows in 4
directions) of images(maps) in png and svg formats. However I
can't get the zooming an panning to work. Could someone offer
help on this. I really need it fast so that I can start so real work
using images. I already tried to use scrolling to implement the
panning but I couldn't make it.
I show the images like this
im = gtk.Image()
im.set_from_file("something.png")
.
.
win.show_all
Thanks in advance
--
Bill
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/