How to change the layout of a Gtk application on fullscreen?
问题 I'm developing another image viewer using Python and Gtk and the viewer is currently very simple: it consists of a GtkWindow with a GtkTreeView on the left side displaying the list of my images, and a GtkImage on the right side, displaying the actual image. So far, so good. Now, I would like to go fullscreen, and display only the image with a black background, etc. I can see several ways of doing this: I can hide() the window, and display a big GtkImage instead, but I'm loosing all the stuff