hello. i had been working a little with pygtk, and i haven't found a way to make a pixmap "scale" to an arbitrary size.
i mean this... i have my button with an image, let's say...


image = gtk.Image()
image.set_from_file("apple-red.png")
image.show()

button = gtk.Button()
button.add(image)
button.show()

And i wanna make the image grow when the mouse is over... is this possible???
where can i found information on things like that? i have readed a tutorial but there is no more info.


thanks
ivan hernandez.


_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to