Python GTK resizing large image to fit inside a window
问题 Important note : I'm using PyGObject to get access to the GTK widgets, not PyGTK . That's what makes this question different from similar ones: PyGTK: How do I make an image automatically scale to fit it's parent widget? Scale an image in GTK I want to make a very simple app that displays a label, an image and a button, all stacked on top of each other. The app should be running in fullscreen mode. When I attempted it, I've run into a problem. My image is of very high resolution, so when I