How do I get a GdkWindow from a GtkWindow?
• 10.2. Where are GtkDialogFlags defined? • 10.3. How do I get my windows to show up where I want? • 10.4. How do I make a dialog block the whole application, so the user is forced to answer it? • 10.5. I click on the close button (X) to close my gtk.Window. It disappears, but the program seems to hang! • 10.6. How do I avoid having my gtk.Window instance destroyed when I click on the window’s close button? (or, When I redisplay my window, all my child widgets are missing and I get a bunch of Gtk-Critical errors!) • 10.7. How do I change the window manager’s icon for a PyGTK Window? • 10.8. How do I get the GtkWindow’s title? • 10.9. How do I change the buttons on a MessageDialog? • 10.10. How do I adjust a ScrolledWindow to adjust to a given child widget? • 10.11. How do GtkDialogs work? • 10.12. How do I make ENTER in an entry box activate the OK signal • 10.13. When closing the GnomeAbout box (or other GtkDialog subclasses), I get crashes and weird callback behaviour. What up with t